-
Notifications
You must be signed in to change notification settings - Fork 108
Source compile
Thomas Tsai edited this page Mar 19, 2023
·
7 revisions
git@github.com:Thomas-Tsai/partclone.git
or
https://github.com/Thomas-Tsai/partclone.git
deb http://free.nchc.org.tw/drbl-core drbl stable testing unstable dev
deb-src http://free.nchc.org.tw/drbl-core drbl stable testing unstable dev
and add repository key
wget http://drbl.nchc.org.tw/GPG-KEY-DRBL; apt-key add GPG-KEY-DRBL
apt-get update
Install packages:
apt-get install -y f2fs-tools hfsprogs exfatprogs gddrescue libfuse-dev jfsutils reiser4progs hfsprogs hfsplus reiserfsprogs btrfs-progs wget gnupg2 git
apt-get build-dep partclone
./autogen
./configure --enable-fs-test --enable-feature-test --enable-extfs --enable-ntfs --enable-fat --enable-exfat --enable-hfsp --enable-apfs --enable-btrfs --enable-minix --enable-f2fs --enable-reiser4 --enable-xfs
make
make install
check here