]> git.meshlink.io Git - meshlink/blob - README.git
Merge remote-tracking branch 'origin/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 - zlib
5 - GCC
6 - automake
7 - autoconf
8
9 Then you have to let the autotools create all the autogenerated files, using
10 this command:
11
12 autoreconf -fsi
13
14 If you change configure.in or any Makefile.am file, you will have to rerun
15 autoreconf. After this, you can run configure and make as usual. To create a
16 tarball suitable for release, run:
17
18 make dist
19
20 To clean up your working copy so that no autogenerated files remain, run:
21
22 git clean -f