Pages

Thursday, April 8, 2010

Compiling commands

./configure
make
sudo make install

If you have a dual core CPU and want to use them both to compile faster use
make -j2
instead of
make

No comments:

Post a Comment