Seeking help

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

Seeking help

Subhro Nandi
I have recently downloaded quanlib via apt-get on debian. But, I am not sure if I should still run ./configure. If not, then how do I view the existing modules?

Also, how do I join a project?

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Seeking help

Dirk Eddelbuettel

On 12 May 2007 at 22:11, Subhro Nandi wrote:
| I have recently downloaded quanlib via apt-get on debian. But, I am not sure

Source or binary?  Default mode is the binary.

| if I should still run ./configure.

No, you don't need to -- one of the the key points of Debian (and derivatives
like Ubuntu and others) is to give you over 20,000 binary packages that are
ready as shipped.

| If not, then how do I view the existing modules?

I do not know what you referring to. The Debian packages include all the
upstream sources, provide Python and Ruby bindings from the SWIG sources, and
there is also my tinier RQuantLib package. There is also the examples
packages, so after 'apt-get install quantlib-examples' you can run

        $ SwapValuation
        $ EquityOptions
        $ ...

and the other examples.  'BermudanSwaption' is always handy to test migration
under openMosix :)   Install 'libquantlib0-dev' if you want to write C++ code
against the library.

| Also, how do I join a project?

See FAQ 2.1 and 2.2.

Regards, Dirk

--
Hell, there are no rules here - we're trying to accomplish something.
                                                  -- Thomas A. Edison

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users