From c06db98b0fc398c48f928b91e5bc5c8092af16bf Mon Sep 17 00:00:00 2001 From: esaunders Date: Tue, 21 Apr 2020 15:58:30 -0400 Subject: [PATCH] Removed reference to brew since the formula is out of date and does not work. --- Running_Linux_OSX.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Running_Linux_OSX.txt b/Running_Linux_OSX.txt index 60b81bc50a..0427c003b4 100644 --- a/Running_Linux_OSX.txt +++ b/Running_Linux_OSX.txt @@ -42,11 +42,10 @@ The following need to be done at least once. They do not need to be repeated for Autopsy depends on a specific version of The Sleuth Kit. You need the Java libraries of The Sleuth Kit installed, which is not part of all packages. -- Linux: Install the sleuthkit-java.deb file that you can download from github.com/sleuthkit/sleuthkit/releases. This will install libewf, etc. --- % sudo apt install ./sleuthkit-java_4.7.0-1_amd64.deb +- Linux: Install the sleuthkit-java.deb file that you can download from github.com/sleuthkit/sleuthkit/releases. This will install libewf, etc. For example: +-- % sudo apt install ./sleuthkit-java_4.8.0-1_amd64.deb -- OS X: Install The Sleuth Kit from brew. --- % brew install sleuthkit +- OS X: Build The Sleuth Kit from source. See https://github.com/sleuthkit/sleuthkit/blob/develop/INSTALL.txt for details. * Install Autopsy *