diff options
author | robi6 <robi6@users.sourceforge.net> | 2014-09-12 23:32:02 +0200 |
---|---|---|
committer | robi6 <robi6@users.sourceforge.net> | 2014-09-12 23:32:02 +0200 |
commit | 810c5529aff3737a4e3ad64976b1794ecf5ad7ea (patch) | |
tree | 8a7f47879b735dcd7f44ef41cdeb314c218abc3e /INSTALL.de | |
parent | 7de7a7d23ea99ad16b19adbe84486dec9d8e6bde (diff) |
prepare for 0.3.2 BETA
Diffstat (limited to 'INSTALL.de')
-rw-r--r-- | INSTALL.de | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -36,7 +36,7 @@ Diese Libraries sind zwar auf jedem Linux vorhanden, doch es werden aktuelle Ver # file -v # /sbin/fsck.ext3 -V -Die Version von "file" muss > 5.03 sein +Die Version von "file" muss > 5.03 sein (Achtung file-5.05 und file-5.17, siehe "Known Bugs" in README und die EXT2FS Library Version >= 1.41.9 (Achtung Version 1.42 hat einen Bug und ist für ext4magic unbrauchbar) In diesem Fall ist die Installation recht einfach. @@ -208,8 +208,8 @@ libbz2-devel libbz2-dev ? Das ext4magic Archiv downloaden und entpacken und in das so entstehende Verzeichnis wechseln - # tar -xzf ext4magic-0.3.1.tar.gz - # cd ext4magic-0.3.1 + # tar -xzf ext4magic-0.3.2.tar.gz + # cd ext4magic-0.3.2 Das Paket wird jetzt kompiliert. @@ -273,8 +273,8 @@ ext4magic angelegt wird. Jetzt die gleiche Shell benutzen in der die EXT2LIB Var wie folgt compilieren ( die selbe Shell benutzen in der die Variabel EXT2LIB angelegt wurde ) - # tar -xzf ext4magic-0.3.1.tar.gz - # cd ext4magic-0.3.1 + # tar -xzf ext4magic-0.3.2.tar.gz + # cd ext4magic-0.3.2 # ./configure --enable-expert-mode CFLAGS="-I$EXT2LIB" LDFLAGS="-L$EXT2LIB" LIBS="-luuid -lcom_err -lpthread -lmagic -lz -lbz2" # make |