Use scomplex throughout rather than simplcompltype
[libstick.git] / INSTALL.txt
1 To build libstick call 'build.sh'. This will build libstick in build/. To
2 install libstick, go into build/ and call 'make install'. Look into build.sh to
3 set installation path or other building options.
4
5 If you want to use libstick in your software, you may want to use pkg-config to
6 obtain necessary compiler and linker flags. Recall to set PKG_CONFIG_PATH in
7 case you installed libstick not to a standard destination.