diff options
Diffstat (limited to 'system/sleuthkit/README')
-rw-r--r-- | system/sleuthkit/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/sleuthkit/README b/system/sleuthkit/README index 790e55aee7..9cccdf1e3f 100644 --- a/system/sleuthkit/README +++ b/system/sleuthkit/README @@ -16,3 +16,10 @@ various disk image formats: Note: If you are building TSK for use with Plaso or the DFVFS, it is strongly recommended that you build libewf, libvhdi and libvmdk support into TSK by installing those libraries first. + +Note: by default, Java support is disabled in this build. If you +require Java support, install a JDK (jdk, openjdk8, etc), source its +profile script, and run sleuthkit.SlackBuild with JAVA=yes in the +environment. Be warned that the Java build process downloads many +files, therefore it requires network access (something SlackBuild +scripts normally don't do). |