From: Saverio Proto Date: Thu, 3 Apr 2014 14:09:47 +0000 (+0200) Subject: Update readme X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;ds=sidebyside;h=f312c7c9c4187473a1b1dc0aed9023d2bb4e3671;p=meshlink Update readme --- 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/'