Hi Users,
Please excuse me if this question is a lame one for the audience here. I am a new user of quantlib. Trying on a mac. Just downloaded and built using macports of quantlib. I was able to compile and test a sample program from command line. All this is great. However, for any serious work that I would like to do using quantlib, I would like to have the entire project / test-suite loaded in an IDE. On windows, quantlib loads very nicely in visual studio. (Simply by just by double clicking the solution file) Is there an option / project file setting I can use to load into XCode or say netbeans IDE (C++) or any other IDE? Has anyone ran into similar situation and how did you resolve it.. Thanks a ton. Dec ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Hi,
The best on Mac/Linux with QuantLib is still make/editor(vim, emacs, etc...) For getting QL loaded in Xcode There are two parts of work: 1. You may google for "makefile xcode" or "makefile netbeans" to get the project build in Xcode.
2. Add the files according the directory hierarchy in Xcode/Netbeans. Regards, Yang Ye On Tue, Oct 12, 2010 at 9:56 AM, Dave Schwartz <[hidden email]> wrote: Hi Users, ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
In reply to this post by Dece
I am using QuantLib with XCode. I compiled manually using terminal but
I generally prefer adding the library file in XCode. it works flawlessly. Also why do you want to load the whole solution in the IDE. If you have the compiled library you can easily use it to run your code by linking with it. Am I missing something in your query? On 10/12/10 7:26 AM, Dave Schwartz wrote: > Hi Users, > > Please excuse me if this question is a lame one for the audience here. > > I am a new user of quantlib. Trying on a mac. Just downloaded and > built using macports of quantlib. I was able to compile and test a > sample program from command line. All this is great. > > However, for any serious work that I would like to do using quantlib, > I would like to have the entire project / test-suite loaded in an IDE. > On windows, quantlib loads very nicely in visual studio. (Simply by > just by double clicking the solution file) > > Is there an option / project file setting I can use to load into XCode > or say netbeans IDE (C++) or any other IDE? > Has anyone ran into similar situation and how did you resolve it.. > > Thanks a ton. > Dec > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users > -- Regards, Animesh Saxena (http://quantanalysis.wordpress.com) Ph: (+91)9920098221 ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |