mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Explain how to build from git repo.
This commit is contained in:
parent
ac0db74a48
commit
0662ce3dc6
6
README
6
README
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue