Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
4909313b
Commit
4909313b
authored
13 years ago
by
Rob Joyce
Browse files
Options
Downloads
Patches
Plain Diff
Update instructions for Windows builds.
parent
00991c52
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL.txt
+4
-3
4 additions, 3 deletions
INSTALL.txt
README_win32.txt
+17
-4
17 additions, 4 deletions
README_win32.txt
with
21 additions
and
7 deletions
INSTALL.txt
+
4
−
3
View file @
4909313b
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
Installation Instructions
Installation Instructions
Last Modified:
March
201
0
Last Modified:
Feb
201
2
REQUIREMENTS
REQUIREMENTS
...
@@ -16,8 +16,9 @@ Tested Platform:
...
@@ -16,8 +16,9 @@ Tested Platform:
- SunOS 4-5.*
- SunOS 4-5.*
- Windows
- Windows
System:
Build System:
- C compiler
- C/C++ compiler
- Java compiler / JDK
- GNU Make
- GNU Make
Optional Programs:
Optional Programs:
...
...
This diff is collapsed.
Click to expand it.
README_win32.txt
+
17
−
4
View file @
4909313b
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
http://www.sleuthkit.org/sleuthkit
http://www.sleuthkit.org/sleuthkit
Last Modified:
Sept
20
08
Last Modified:
Feb
20
12
====================================================================
====================================================================
The Sleuth Kit (TSK) runs on Windows. If you simply want the
The Sleuth Kit (TSK) runs on Windows. If you simply want the
...
@@ -15,9 +15,22 @@ One is to use Microsoft Visual Studio. The VS solution file is in
...
@@ -15,9 +15,22 @@ 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
the win32 directory. Refer to the BUILDING.txt file in that directory
for details.
for details.
You can also compile Windows executables on Linux using mingw32.
You can also compile Windows executables using mingw32. If you're
Simply give the "--host=i586-mingw32msvc" argument when running the
using mingw32 on Linux, simply give the "--host=i586-mingw32msvc"
'./configure' script and use 'make' to compile.
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 compilation requires a JDK 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 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
carrier <at> sleuthkit <dot> org
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment