]> git.meshlink.io Git - meshlink/blobdiff - README.meshlink
Allow meshlink_open() to be called with a NULL name.
[meshlink] / README.meshlink
index ff788d05751092ea2ab44dc6dbad7858d80109c2..5c923127ec56ff7d39e9547ec243d1fb7b4b45b5 100644 (file)
@@ -1,6 +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:
+The libmeshlink.so library is compiled and you will find it in ./src/.libs/
 
-ar rcs libmeshlink.a *.o
+You can make your tests using this command
+
+export LD_LIBRARY_PATH='/home/saverio/SORGENTI/meshlink/src/.libs/'