mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Updating to use new libewf
This commit is contained in:
parent
a1c3e1e9f5
commit
3f8cea8c4f
@ -13,7 +13,7 @@ needed even if you have a 64-bit system).
|
||||
|
||||
3) Download and install Netbeans IDE 7.0.1 (http://netbeans.org/)
|
||||
|
||||
4) Download and build the release version of Libewf 20100226 (note that TSK will fail with the new alpha versions). All you need is the dll file.
|
||||
4) Download and build the release version of Libewf2 (20120304 or later). All you need is the dll file.
|
||||
- http://sourceforge.net/projects/libewf/
|
||||
|
||||
5) Set LIBEWF_HOME environment variable to root directory of LIBEWF
|
||||
@ -55,5 +55,5 @@ rebuild both the dll and the JAR file.
|
||||
|
||||
---------------
|
||||
Brian Carrier
|
||||
11/9/2011
|
||||
4/6/2012
|
||||
carrier <at> sleuthkit <dot> org
|
||||
|
2
build-windows.xml
Normal file → Executable file
2
build-windows.xml
Normal file → Executable file
@ -9,7 +9,7 @@
|
||||
<!-- Need a way to specify Debug versus release -->
|
||||
<copy file="${env.TSK_HOME}/win32/release/libtsk_jni.dll" tofile="${basedir}/DataModel/release/modules/lib/libtsk_jni.dll"/>
|
||||
<copy file="${env.LIBEWF_HOME}/msvscpp/Release/libewf.dll" tofile="${basedir}/DataModel/release/modules/lib/libewf.dll"/>
|
||||
<copy file="${env.LIBEWF_HOME}/msvscpp/zlib/zlib1.dll" tofile="${basedir}/DataModel/release/modules/lib/zlib1.dll"/>
|
||||
<copy file="${env.LIBEWF_HOME}/msvscpp/Release/zlib.dll" tofile="${basedir}/DataModel/release/modules/lib/zlib.dll"/>
|
||||
</target>
|
||||
|
||||
<target name="copyExternalLibs">
|
||||
|
Loading…
x
Reference in New Issue
Block a user