X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=README.meshlink;fp=README.meshlink;h=ff788d05751092ea2ab44dc6dbad7858d80109c2;hb=2288dd57a73f99d83d1945a5d0ec5c397939cba9;hp=0000000000000000000000000000000000000000;hpb=4d1de7e2f6e014675fd3404686b524a3afa3cee8;p=meshlink 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