From f312c7c9c4187473a1b1dc0aed9023d2bb4e3671 Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Thu, 3 Apr 2014 16:09:47 +0200 Subject: [PATCH] Update readme --- README.meshlink | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/' -- 2.39.2