root's authorized_keys should be perm 0600 (u=rw)
[tomato.git] / release / src / router / tinc / README.git
blob1c191abf78e5b72b3ef1affc1613ccf72512b37b
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:
4 - OpenSSL
5 - zlib
6 - lzo
7 - GCC
8 - automake
9 - autoconf
10 - ncurses or PDCurses
11 - readline
13 Then you have to let the autotools create all the autogenerated files, using
14 this command:
16 autoreconf -fsi
18 If you change configure.in 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:
22 make dist
24 To clean up your working copy so that no autogenerated files remain, run:
26 git clean -f