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