From: Saverio Proto Date: Wed, 2 Apr 2014 12:15:11 +0000 (+0200) Subject: meshlink README with some notes X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=2288dd57a73f99d83d1945a5d0ec5c397939cba9;hp=4d1de7e2f6e014675fd3404686b524a3afa3cee8;p=meshlink meshlink README with some notes --- diff --git a/README.meshlink b/README.meshlink new file mode 100644 index 00000000..ff788d05 --- /dev/null +++ b/README.meshlink @@ -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