PDA

View Full Version : Compile and install only the libraries


SteM
3rd August 2007, 09:59
Hi guys,
i need to crosscompile the QT libraries.
Typing 'make sub-src' the scripts generate only the libraries but when i type 'make install' the scripts also compile and install the examples and other stuffs !!!
How can i only install the libraries (also to save a lot of compilation time ...) ??

Thanks !!

ChristianEhrlicher
3rd August 2007, 10:04
Take a look in your generated Makefile. For me (on windows) it's 'make sub-src-install_subtargets-ordered'

SteM
3rd August 2007, 10:21
Yes !!

Thanks a lot !!!! :p

jpn
6th August 2007, 21:39
At least the X11 version of the configure script also accepts "-nomake demos" and "-nomake examples" parameters.