diff options
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' |