Make code to detect two nodes with the same Name less triggerhappy.
[tinc] / README.git
1 Before you can start compiling tinc from a fresh git clone, you have
2 to install the very latest versions of the following packages:
3
4 - OpenSSL
5 - zlib
6 - lzo
7 - GCC
8 - automake
9 - autoconf
10 - gettext
11
12 Then you have to let the autotools create all the autogenerated files, using
13 this command:
14
15 autoreconf -fsi
16
17 If you change configure.in or any Makefile.am file, you will have to rerun
18 autoreconf. After this, you can run configure and make as usual. To create a
19 tarball suitable for release, run:
20
21 make dist
22
23 To clean up your working copy so that no autogenerated files remain, run:
24
25 git clean -f