From 00ad1ba0fa9c56cbc09e99f3b6194e0eb4161937 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 23 Jan 2013 14:33:04 -0500 Subject: [PATCH] Update BUILDING.txt add info on java PATH requirement to run all features in dev builds --- BUILDING.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index 987d4ac6b1..b8295269e9 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -11,18 +11,20 @@ correct C libraries. STEPS: 1) Get Java Setup -1a) Download and install 32-bit version of JDK (32-bit is currently +1a) Download and install 32-bit version of JDK version 1.7 (32-bit is currently needed even if you have a 64-bit system). -1b) Ensure that JDK_HOME is set to the root JDK directory. +1b) Ensure that JDK_HOME is set to the root JDK directory. 1c) (optional) Download and install Netbeans IDE (http://netbeans.org/) Note: Netbeans IDE is not required to build and run Autopsy, but it is a recommended IDE to use for development of Autopsy modules. -1d) (opetional) If you are going to package Autopsy, then you'll also +1d) (optional) If you are going to package Autopsy, then you'll also need to set JRE_HOME to the root JRE directory. +1e) (optional) For some Autopsy features to be functional, you need to add java executable to the system PATH. + 2) Get Sleuth Kit Setup