File: README_win32.txt

package info (click to toggle)
sleuthkit 4.1.3-3~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 36,800 kB
  • sloc: ansic: 147,143; sh: 40,085; cpp: 36,823; java: 6,886; makefile: 1,248; xml: 529; python: 409; perl: 59; sed: 16
file content (39 lines) | stat: -rw-r--r-- 1,687 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
                          The Sleuth Kit
                        Win32 README File

                http://www.sleuthkit.org/sleuthkit

                     Last Modified: Feb 2012

====================================================================
The Sleuth Kit (TSK) runs on Windows.  If you simply want the
executables, you can download them from the www.sleuthkit.org
website.

If you want to build your own executables, you have two options.
One is to use Microsoft Visual Studio.  The VS solution file is in
the win32 directory.  Refer to the BUILDING.txt file in that directory
for details.

You can also compile Windows executables using mingw32.  If you're
using mingw32 on Linux, simply give the "--host=i586-mingw32msvc"
argument when running the './configure' script and use 'make' to
compile.  If you're using mingw32 on Windows, './configure' and
'make' will work directly.

Note that to compile the Java bindings  you will need to have a JDK
to be installed, and by default the Oracle JDK on Windows is installed
in a path such as C:\Program Files\Java\jdk1.6.0_16\.  GNU autotools
(which is used if you do a mingw32 compile, but not a Visual Studio
compile) do not handle paths containing spaces, so you will need
to copy the JDK to a directory without spaces in the name, such as
C:\jdk1.6.0_16\, then add C:\jdk1.6.0_16\bin to $PATH before running
'./configure'

Note also that libtool may fail on mingw32 on Windows if
C:\Windows\system32 is on $PATH before /usr/bin.  The fix is to have
the C:\Windows directories at the _end_ of your mingw $PATH.

-------------------------------------------------------------------
carrier <at> sleuthkit <dot> org
Brian Carrier