Move all source code to src/.
[oweals/tinc.git] / README.Subversion
1 Before you can start compiling tinc from a clean Subversion checkout, you have
2 to install the very latest versions of the following packages:
3
4 - GNUTLS
5 - Gcrypt
6 - LZO
7 - libevent
8 - GCC
9 - automake
10 - autoconf
11 - gettext
12
13 Then you have to let the autotools create all the autogenerated files, using
14 this command:
15
16 autoreconf -f -s -i
17
18 If you change configure.ac or any Makefile.am file, you will have to rerun
19 autoreconf. After this, you can run configure and make as usual. To create a
20 tarball suitable for release, run:
21
22 make dist
23
24 To clean up your working copy so that no autogenerated files remain, run:
25
26 make svn-clean