Explain how to build from git repo.

This commit is contained in:
Con Kolivas 2011-05-07 13:29:42 +10:00
parent ac0db74a48
commit 0662ce3dc6

6
README
View file

@ -94,6 +94,10 @@ To build/install:
make make
make install make install
To build from the git repository do:
./autogen.sh
before the above steps.
FAQS. FAQS.
Q. What encryption does lrzip use? Q. What encryption does lrzip use?
@ -350,7 +354,7 @@ encryption code. Thanks to Serge Belyshev for extensive help, advice, and
patches to implement encryption. patches to implement encryption.
Con Kolivas <kernel@kolivas.org> Con Kolivas <kernel@kolivas.org>
Sat, 23 Mar 2011 Sat, 7 May 2011
Also documented by Also documented by
Peter Hyman <pete@peterhyman.com> Peter Hyman <pete@peterhyman.com>