forked from Thomas-Tsai/partclone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
46 lines (39 loc) · 960 Bytes
/
INSTALL
File metadata and controls
46 lines (39 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Required library
----------------
e2fsprogs (official library)
ntfs3g | ntfsprogs (official library)
libreiserfs (official library)
btrfs-tools (build-in)
hfs plus (build-in)
fat (build-in)
reiserfs4progs (patched library, not in debian)
vmfs-tools (patched library, not in debian)
ufs (patched library, not in debian)
jfs (patched library, not in debian)
xfs (patched library, not in debian)
NOTE: check patched library here: http://free.nchc.org.tw/drbl-core/pool/drbl/dev/
Installation
------------
git checkout libpartclone
libtoolize --force --copy
aclocal -I m4
autoconf
autoheader
automake --add-missing
./configure --prefix=/usr \
--disable-static \
--enable-extfs \
--disable-reiserfs \
--enable-fat \
--enable-hfsp \
--enable-btrfs \
--disable-ncursesw \
--enable-ntfs \
--enable-exfat \
--enable-f2fs \
--enable-minix \
--disable-nilfs2 \
--enable-xfs
make clean
make -j4
sudo make install