« Return to Thread: How to build the example

Re: How to build the example

by Luigi Ballabio :: Rate this Message:

Reply to Author | View in Thread

On Mon, 2009-06-29 at 14:08 +0100, Y.Wang wrote:
> I am new here and not very familiar with the C++ building under Linux
> yet. I tried to rebuild the given "Bonds.cpp" under
> "/QuantLib/QuantLib-0.9.7/Examples" by using command "./Makefile". But
> it doesn't work.

>From your QuantLib-0.9.7 directory:

./configure
make


Luigi


--

Within C++, there is a much smaller and cleaner language struggling to
get out.
-- Bjarne Stroustrup



------------------------------------------------------------------------------
_______________________________________________
QuantLib-users mailing list
QuantLib-users@...
https://lists.sourceforge.net/lists/listinfo/quantlib-users

 « Return to Thread: How to build the example