X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=README.meshlink;h=5c923127ec56ff7d39e9547ec243d1fb7b4b45b5;hp=ff788d05751092ea2ab44dc6dbad7858d80109c2;hb=fec95d1221c2d7e2059d6ba2fe244211ccee95ad;hpb=2288dd57a73f99d83d1945a5d0ec5c397939cba9 diff --git a/README.meshlink b/README.meshlink index ff788d05..5c923127 100644 --- a/README.meshlink +++ b/README.meshlink @@ -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/'