build: set default build type, fix pkg-config file
[libstick.git] / INSTALL.txt
diff --git a/INSTALL.txt b/INSTALL.txt
new file mode 100644 (file)
index 0000000..c064704
--- /dev/null
@@ -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.