楼主纯粹小白一个,离开了IDE就什么都不会了。(额,就算有IDE会的也很有限,尴尬脸...)。想用一个开源的数学库(PaStix,官网:http://pastix.gforge.inria.fr/files/README-txt.html),但是我不会编译源代码。我想用QT编译成静态库,怎么做?
里面提供了编译步骤:
Building library
To build PaStiX library:
1. copy one config file from src/config/ to config.in,
2. edit this file to set your options,
3. run
make
Check that your installation is working
1. run
make examples
. /example/bin/simple -lap 100
After that, PaStiX can be used by
1. including :
install/bin/pastix-conf --incs
2. linking with :
install/bin/pastix-conf --libs
or
install/bin/pastix-conf --libs_murge
Over
如果Qt不能达到预期,用msys行么,对了msys是什么东东?。。。。。也不会,怎么用?