-->

2011年12月29日 星期四

Build STLPort on Ubuntu


Download site: http://sourceforge.net/projects/stlport/

# tar jxvf STLport-5.2.1.tar.bz2 STLport-5.2.1/
# cd STLport-5.2.1/
# sudo apt-get install g++
# ./configure --use-static-gcc --enable-static --with-cc=gcc --with-cxx=g++
# make

# cd build/lib/obj/gcc/so_stlg

Then, you can find out library files.

沒有留言:

張貼留言