Sep
15
2008
0

Building Binaries from Sources

If there is the configure script:

./configure
make && sudo make install

If there is autogen.sh:

./autogen.sh
make && sudo make install

Share
Written by in: development,linux | Tweet This

Powered by WordPress | Theme: Aeros 2.0 by TheBuckmaker.com