X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=README.Subversion;fp=README.Subversion;h=a2db1ba68762e5ccadc004a11d8505a2bebd948f;hb=56c51e94a620dd91eeb510176b9c970af9a9a372;hp=0000000000000000000000000000000000000000;hpb=4766925321be74269679b4d9094e94b1ed8d9368;p=tinc diff --git a/README.Subversion b/README.Subversion new file mode 100644 index 00000000..a2db1ba6 --- /dev/null +++ b/README.Subversion @@ -0,0 +1,26 @@ +Before you can start compiling tinc from a clean Subversion checkout, you have +to install the very latest versions of the following packages: + +- GNUTLS +- Gcrypt +- LZO +- libevent +- GCC +- automake +- autoconf +- gettext + +Then you have to let the autotools create all the autogenerated files, using +this command: + +autoreconf -f -s -i + +If you change configure.ac or any Makefile.am file, you will have to rerun +autoreconf. After this, you can run configure and make as usual. To create a +tarball suitable for release, run: + +make dist + +To clean up your working copy so that no autogenerated files remain, run: + +make svn-clean