diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-23 16:40:57 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-25 22:58:03 +0700 |
commit | f84a4648ae0374a36d30fd67856719fe4feb313b (patch) | |
tree | 4d64bfacd1e3e830077bb770afe32105dcbb499a /system/sleuthkit/README | |
parent | b65d4ceaa532337617c46776d576fa15b0f1ddf0 (diff) |
system/sleuthkit: Disable Java support by default.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 790e55aee7fbd..9cccdf1e3fe8a 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). |