On Fri, August 4, 2006 11:04, Heiko Günther wrote:
Hello!
I have some trouble to setup the Boost library with VC++ 2005. I am rather new to the library, so I could need some help. I have downloaded Version 1.33 and extracted the files to location A ("d:\programs\boost" in my case). Visual Studio is located in location B ("d:\programs\VS"). What is the best way to build the library files? I especially need the compiled library of the "signal" class. Since I have no experience with this bjam tool any help would be appreciated. I can't figure out how this works using the information from the project's website..
Best regards, Heiko _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
You can download pre-compiled libraries provided by boost-consulting. The setup.exe will ask you which libs to download and for which compiler. Afterwards you only need to setup include directories and lib path in VC IDE. Link for the setup.exe: http://www.boost-consulting.com/download.html (click on installer link) With Kind Regards, Ovanes Markarian