]> git.meshlink.io Git - meshlink/commitdiff
meshlink README with some notes
authorSaverio Proto <zioproto@gmail.com>
Wed, 2 Apr 2014 12:15:11 +0000 (14:15 +0200)
committerSaverio Proto <zioproto@gmail.com>
Wed, 2 Apr 2014 12:44:57 +0000 (14:44 +0200)
README.meshlink [new file with mode: 0644]

diff --git a/README.meshlink b/README.meshlink
new file mode 100644 (file)
index 0000000..ff788d0
--- /dev/null
@@ -0,0 +1,6 @@
+
+To have a preliminar meshlink library to be compiled statically in your
+application go in the ./src folder after compiling tinc, and group together in
+the library all the object files using the following command:
+
+ar rcs libmeshlink.a *.o