Displaying 1 result from an estimated 1 matches for "quantlibbuild".
2011 Jan 23
0
Error for compiling Rquantlib package 0.3.5 under Window 7 64bits
...;
I am kind of following the steps like below (only change the dir according
to my machine's setting)
http://www.r-bloggers.com/build-rquantlib-on-32-bit-windows/
1. We're done with the msys command line, so you can make the following
directories however you would like.
c:/R/cpp/QuantLibBuild/boost
c:/R/cpp/QuantLibBuild/ql
c:/R/cpp/QuantLibBuild/lib
2. Copy c:/R/cpp/boost_1_42_0/boost to c:/R/cpp/QuantLibBuild/boost
3. Copy c:/R/cpp/include/ql to c:/R/cpp/QuantLibBuild/ql
4. Copy c:/R/cpp/lib/libQuantLib.a to
c:/R/cpp/QuantLibBuild/lib/libQuantLib.a
5. Now you shou...