|
From: Dima <dim...@go...> - 2009-08-28 11:04:21
|
I'm just trying to set up boost with the bjam stuff and document it following the instructions by Ferdinando. I don't know what's going on, but the building has started more than 2 hours ago and is still not finished. Is this normal? If yes, then we should replace "Go for a tea" by something like "Finish a Master's degree in the meantime, then click OK" :) I mean, the installation via the exe that I documented takes about 3 minutes. And I can choose which libraries I want to install 2009/8/28 Piter Dias <pit...@pi...> > I would change > > > bjam --build-type=complete --toolset=msvc-9.0 install > > by > > > bjam --build-type=complete --toolset=msvc --prefix=C:\Develop install > > This way bjam will find the compiler version by itself (useful when you > upgrade VC++ version) and will install boost inside C:\Develop > (C:\Develop\lib > and C:\Develop\include\boost-1_39). > > Of course you can change C:\Develop by your preferred development path. > > Piter Dias > pit...@pi... > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > QuantLib-dev mailing list > Qua...@li... > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > |