SmartFAQ is developed by The SmartFactory (http://www.smartfactory.ca), a division of InBox Solutions (http://www.inboxsolutions.net)
How can I get start with Quantlib in DEV C++ / Windows XP?
Requested and Answered by Vanna on 21-Mar-2007 19:53 (8901 reads)
How do I get started with Quantlib in DEV C++ on Windows XP?
1.Download the latest version of boost. For windows XP download file boost_1_33_1.exe (choose a newer version if diferent) from http://sourceforge.net/project/showfiles.php?group_id=7586
2.Run the boost_1_33_1.exe and unpack it in a folder eg.,C:\program files
3.Download file QuantLib-0.4.0.zip (choose a newer version if diferent) from http://sourceforge.net/project/showfiles.php?group_id=12740
4.Unzip into a folder eg.,C:\program files
5.Launch Dev C++
6.Click on File->Open Project
7.Select file QuantLib.dev
8.selct menu Project->Project Options
9.select directories tab->select include directories tab within it
10.Enter C:\Program Files\boost_1_33_1 (assuming it was installed at path as in 2) and click on Add
11.click ok
12.Now ready for build. choose Execute->rebuild all
13.After build is complete, verify that file libQuantLib-mgw-0_4_0.a has been generated (must be in C:\Program Files\QuantLib-0.4.0\lib)
How do I use an Example project?
14.Close the Quantlib project.
15.Open BermudanSwaption.dev in Dev C++
16.Repeat steps 6-11 for this project
17.It is ready for build and should run
1.Download the latest version of boost. For windows XP download file boost_1_33_1.exe (choose a newer version if diferent) from http://sourceforge.net/project/showfiles.php?group_id=7586
2.Run the boost_1_33_1.exe and unpack it in a folder eg.,C:\program files
3.Download file QuantLib-0.4.0.zip (choose a newer version if diferent) from http://sourceforge.net/project/showfiles.php?group_id=12740
4.Unzip into a folder eg.,C:\program files
5.Launch Dev C++
6.Click on File->Open Project
7.Select file QuantLib.dev
8.selct menu Project->Project Options
9.select directories tab->select include directories tab within it
10.Enter C:\Program Files\boost_1_33_1 (assuming it was installed at path as in 2) and click on Add
11.click ok
12.Now ready for build. choose Execute->rebuild all
13.After build is complete, verify that file libQuantLib-mgw-0_4_0.a has been generated (must be in C:\Program Files\QuantLib-0.4.0\lib)
How do I use an Example project?
14.Close the Quantlib project.
15.Open BermudanSwaption.dev in Dev C++
16.Repeat steps 6-11 for this project
17.It is ready for build and should run
Discuss or give feedback? Just enter your message and click on submit. No registration is required.
|
The comments are owned by the poster. We aren't responsible for their content.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
Discuss or give feedback? Just enter your message and click on submit. No registration is required.





