From 55de00122d8c072af11b7e879db727d22620beaa Mon Sep 17 00:00:00 2001 From: Greg DiCristofaro <gregd@basistech.com> Date: Wed, 17 Aug 2022 20:37:38 -0400 Subject: [PATCH] updated script --- unix_install_scripts/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unix_install_scripts/README.md b/unix_install_scripts/README.md index 9acfbaea7c..e06028d981 100644 --- a/unix_install_scripts/README.md +++ b/unix_install_scripts/README.md @@ -113,6 +113,8 @@ ``` - At this point, you should be able to run Autopsy with the command `./autopsy` from within the `bin` directory of the extracted folder. +## Setup Homebrew JNA paths +A few features in Autopsy will only work (i.e. gstreamer) will only work if the JNA paths are specified. If you installed the necessary dependencies through Homebrew, you will want to either run this [script](add_homebrew_jna.sh) or manually add all the gstreamer lib and dependency lib paths to the env variable `jre_flags`. # Caveats - Not all current features in Autopsy are functional in a Linux and Mac environment including but not limited to: -- GitLab