X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=INSTALL.txt;fp=INSTALL.txt;h=c0647048d2cf576f02a31bc1ff904a459ed76839;hb=b7f36c820bf1c247ff02c5647e9cca597a9a1ba9;hp=0000000000000000000000000000000000000000;hpb=a440a674daf0140dc0fed2c6ed84d0fe04790159;p=libstick.git diff --git a/INSTALL.txt b/INSTALL.txt new file mode 100644 index 0000000..c064704 --- /dev/null +++ b/INSTALL.txt @@ -0,0 +1,7 @@ +To build libstick call 'build.sh'. This will build libstick in build/. To +install libstick, go into build/ and call 'make install'. Look into build.sh to +set installation path or other building options. + +If you want to use libstick in your software, you may want to use pkg-config to +obtain necessary compiler and linker flags. Recall to set PKG_CONFIG_PATH in +case you installed libstick not to a standard destination.