mirror of https://git.tukaani.org/xz.git
Windows: Add a note about building a Git repository snapshot
This commit is contained in:
parent
507a4a4dea
commit
ce1f0deafe
|
@ -129,3 +129,12 @@ Building XZ Utils
|
||||||
Be patient. Running configure and other scripts used by the build
|
Be patient. Running configure and other scripts used by the build
|
||||||
system is (very) slow under Windows.
|
system is (very) slow under Windows.
|
||||||
|
|
||||||
|
|
||||||
|
Using a snapshot from the Git repository
|
||||||
|
|
||||||
|
To use a snapshot, the build system files need to be generated with
|
||||||
|
autogen.sh or "autoreconf -fi" before trying to build using the the
|
||||||
|
above build instructions. You can install the relevant extra packages
|
||||||
|
from MinGW or use Cygwin or use e.g. a GNU/Linux system to create a
|
||||||
|
source package with the required build system files.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue