Release 1.04 - 64bit binary + Sources Windows and Linux
NormanDunbar
released this
31 Aug 12:34
·
24 commits
to master
since this release
Release 1.04 - 64bit binary + Sources
This release is an experiment. The contents are the sources and compiled versions of TraceMiner 2, version 1.04
for 64 bit Windows and Linux.
Windows 64 bit Version
TraceMiner2.exe
has been tested for "stand-alone-ness" in a Windows 7 command session with no %PATH%
set up, to ensure that it can be used as is. It worked fine.
Let me know if you have difficulties. It was compiled with this:
C:\Users\hisg494>g++ --version
g++ (tdm64-1) 5.1.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Linux 64bit Version
TraceMiner2
has been compiled with this:
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28)
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
And it requires the following shared libraries:
$ ldd bin/TraceMiner2
linux-vdso.so.1 => (0x00007fff31f0a000)
libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f4012199000)
libm.so.6 => /lib64/libm.so.6 (0x00007f4011e97000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f4011c81000)
libc.so.6 => /lib64/libc.so.6 (0x00007f40118b4000)
/lib64/ld-linux-x86-64.so.2 (0x00007f401249d000)
32bit Systems and 'Other' Unix Systems
Sorry folks. You need to download the Release 1.04 source code only and compile for your own system.