-
Notifications
You must be signed in to change notification settings - Fork 108
Source compile
Thomas-Tsai edited this page Sep 25, 2012
·
7 revisions
git@github.com:Thomas-Tsai/partclone.git
http://sourceforge.net/projects/partclone/files/
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
apt-get build-dep partclone
./configure --enable-all --enable-ncursesw
make
make install