aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Gediminas Jakutis <gediminas@varciai.lt> 2015-01-31 20:35:30 +0200
committerGravatar Gediminas Jakutis <gediminas@varciai.lt> 2015-03-03 23:36:16 +0200
commit8b26e3ef33e3871762ebd62acbff85b2c3abd9fc (patch)
tree67d917b8694572b735662d2786fb77eac23ccaa9 /INSTALL
downloadlibrin-8b26e3ef33e3871762ebd62acbff85b2c3abd9fc.tar.gz
librin-8b26e3ef33e3871762ebd62acbff85b2c3abd9fc.tar.bz2
librin-8b26e3ef33e3871762ebd62acbff85b2c3abd9fc.zip
Initial commit - Release 0.0.1librin-0.0.1
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..a9003fd
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,7 @@
+Installation Instructions
+=========================
+
+1. Creaate configure scripts with 'autoreconf -iv'
+2. Run './configure'
+3. Run 'make -jN' where 'N' is number of CPU cores + 1
+4. run 'make install'