From 47d1b4be541366c1883f4c35c90ee4bcc119ad01 Mon Sep 17 00:00:00 2001 From: Brian Carrier Date: Wed, 21 Oct 2015 09:48:07 -0400 Subject: [PATCH] Updated to reflect new ant target names --- BUILDING.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index c08806503c..055a88e56a 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -42,10 +42,11 @@ to the root 64-bit JRE directory. use a released version or download the latest from github: - git://github.com/sleuthkit/sleuthkit.git -2b) Build the TSK JAR file by typing 'ant PostgreSQL' in bindings/java in the - TSK source code folder from a command line. Note it is case sensitive. You - can also add the code to a NetBeans project and build it from there, - selecting the PostgreSQL target. +2b) Build the TSK JAR file by typing 'ant dist-PostgreSQL' in + bindings/java in the + TSK source code folder from a command line. Note it is case + sensitive. You can also add the code to a NetBeans project and build + it from there, selecting the dist-PostgreSQL target. 2c) Set TSK_HOME environment variable to the root directory of TSK