ori url:http://www.linuxidc.com/Linux/2011-02/32211.htm
./configure
configure is a shell script.it detects platform feature and makes Makefile.
you can add arguments like: ./configure --prefix=/usr/local, it means the programm will be installed "/usr/local"
make
it is used to complie
make install
just what it like means
网友评论