]> git.meshlink.io Git - meshlink/blobdiff - README.meshlink
meshlink README with some notes
[meshlink] / README.meshlink
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