X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=README.git;h=1c191abf78e5b72b3ef1affc1613ccf72512b37b;hp=c68a262018827027dba7186929015aa359233cdb;hb=0c7e0210d900185d4c1a9ffd969dc2a26d9523a9;hpb=08aabbf9317806bc50a9a6693ca866c8936ce26b diff --git a/README.git b/README.git index c68a2620..1c191abf 100644 --- a/README.git +++ b/README.git @@ -7,12 +7,13 @@ to install the very latest versions of the following packages: - GCC - automake - autoconf -- gettext +- ncurses or PDCurses +- readline Then you have to let the autotools create all the autogenerated files, using this command: -autoreconf -f -s -i +autoreconf -fsi If you change configure.in or any Makefile.am file, you will have to rerun autoreconf. After this, you can run configure and make as usual. To create a @@ -22,4 +23,4 @@ make dist To clean up your working copy so that no autogenerated files remain, run: -git clean +git clean -f