mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Updated the readme and build.xml to accomodate changes to the TSK repo
This commit is contained in:
parent
68bbd72a90
commit
f60db39a05
@ -54,7 +54,7 @@ to the root 64-bit JRE directory.
|
||||
from the TSK root directory to install the libraries and such in
|
||||
the needed places (i.e. '/usr/local').
|
||||
|
||||
2e) Build the TSK CaseUco jar file by running 'mvn clean install' in
|
||||
2e) Build the TSK CaseUco jar file by running 'ant' in
|
||||
the case-uco/java folder of the TSK source folder. You can also add the
|
||||
code to a NetBeans project and build using the regular 'build' action.
|
||||
|
||||
|
@ -106,7 +106,7 @@
|
||||
tofile="${ext.dir}/c3p0-0.9.5.jar"/>
|
||||
<copy file="${env.TSK_HOME}/bindings/java/lib/SparseBitSet-1.1.jar"
|
||||
tofile="${ext.dir}/SparseBitSet-1.1.jar"/>
|
||||
<copy file="${env.TSK_HOME}/case-uco/java/target/sleuthkit-caseuco-1.0.jar"
|
||||
<copy file="${env.TSK_HOME}/case-uco/java/dist/sleuthkit-caseuco-1.0.jar"
|
||||
tofile="${ext.dir}/sleuthkit-caseuco-1.0.jar"/>
|
||||
</target>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user