]> git.meshlink.io Git - meshlink/blob - README.git
Merge branch 'master' into saverio
[meshlink] / README.git
1 Before you can start compiling MeshLink from a fresh git clone, you have
2 to install the very latest versions of the following packages:
3
4 - OpenSSL
5 - zlib
6 - GCC
7 - automake
8 - autoconf
9
10 Then you have to let the autotools create all the autogenerated files, using
11 this command:
12
13 autoreconf -fsi
14
15 If you change configure.in or any Makefile.am file, you will have to rerun
16 autoreconf. After this, you can run configure and make as usual. To create a
17 tarball suitable for release, run:
18
19 make dist
20
21 To clean up your working copy so that no autogenerated files remain, run:
22
23 git clean -f