blob: a9003fdebd1c48729d15229f075881d38b3821cc (
plain)
1
2
3
4
5
6
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'
|