installing boost and quantlib; using DevC++

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

installing boost and quantlib; using DevC++

wakyiku david
Hi guys,

Can someone please go through the entire process, from the installation of boost on Windows XP, SP2 and then going on to running quantlib in DevC++. I will surely be very grateful.


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: installing boost and quantlib; using DevC++

Luigi Ballabio
On Tue, 2009-07-14 at 10:18 -0700, wakyiku david wrote:
> Can someone please go through the entire process, from the
> installation of boost on Windows XP, SP2 and then going on to running
> quantlib in DevC++. I will surely be very grateful.

Boost installation is covered on the Boost website (see
<http://www.boost.org/doc/libs/1_39_0/more/getting_started/windows.html>;
you'll be using Dev-C++, so you'll have to read the section on building
binaries from source.)

Once you have Boost installed, tell Dev-C++ where to find it.  Use the
Tools menu, select "Compiler options", then "Directories" in the dialog
that opens.  Add the Boost directory (e.g., "C:\boost\boost_1_39") to
the C++ include directories and its "lib" subdirectory (e.g., "C:\boost
\boost_1_39\lib") to the library directories.

At this point, you should be able to just open QuantLib.dev and build
the library.

Luigi


--

Lubarsky's Law of Cybernetic Entomology:
There is _always_ one more bug.



------------------------------------------------------------------------------
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-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users