diff options
author | 2015-01-31 20:35:30 +0200 | |
---|---|---|
committer | 2015-03-03 23:36:16 +0200 | |
commit | 8b26e3ef33e3871762ebd62acbff85b2c3abd9fc (patch) | |
tree | 67d917b8694572b735662d2786fb77eac23ccaa9 /INSTALL | |
download | librin-0.0.1.tar.gz librin-0.0.1.tar.bz2 librin-0.0.1.zip |
Initial commit - Release 0.0.1librin-0.0.1
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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' |