]> git.meshlink.io Git - meshlink/blob - README.git
Fix README stuff to compile correctly catta
[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 Compile first the git submodules
10
11 git submodule init
12 git submodule update
13 sh README.catta
14
15 Then you have to let the autotools create all the autogenerated files, using
16 this command:
17
18 autoreconf -fsi
19
20 If you change configure.in or any Makefile.am file, you will have to rerun
21 autoreconf. After this, you can run configure and make as usual. To create a
22 tarball suitable for release, run:
23
24 make dist
25
26 To clean up your working copy so that no autogenerated files remain, run:
27
28 git clean -f