PDA

View Full Version : how to configure boost c++ library with qt 4.5



er.girisht
21st December 2010, 19:21
Hi Friends,
I have download the boost library from http://sourceforge.net/projects/boost/files/boost/1.45.0/boost_1_45_0.zip and extract it .

And after extracting it , i doesn't find any setup.exe in the boost folder . And i have to use boost library with qtcreator and not with visual studio . Please tell me the various steps which should i follow to configure boost library with qtcreator .

Thanks,
Girish .

ChrisW67
21st December 2010, 21:14
Build it using the instructions in the Getting Started section of the index.html file in the root directory of the downloaded Boost sources. Specifically section 5.2 with gcc as the toolset.

OR

Read the same instructions on the Boost web site:
http://www.boost.org/doc/libs/1_45_0/more/getting_started/index.html

OR

Search this forum, this question has been asked and answered before:
http://www.qtcentre.org/threads/35840-How-to-build-boost-for-MinGW?highlight=boost