问题描述
我需要在Microsoft Windows计算机上安装R软件包 RQuantLib .该软件包没有二进制文件,因此我下载了tar源.
I need to install the R package RQuantLib on a Microsoft Windows machine. There is no binary for this package so I downloaded the tar source.
我打开了它,其中包含QuantLib C ++库.因此,我需要编译该软件包.
I opened it and it contains the QuantLib C++ libraries. So I need to compile the package.
我不想安装Visual Studio,而是使用Eclipse IDE.我可以使用编译器cygwin来编译RQuantLib软件包的C代码吗?生成的编译代码是否可以在Windows计算机上由R使用?
I don't want to install Visual Studio and I use eclipse IDE. Can I use the compiler cygwin to compile the C code of the RQuantLib package? Will the resulting compiled code be usable by R on my windows machine?
感谢您的帮助.
推荐答案
开始使用无耻的插件
我写了关于如何在其上构建RQuantLib的文章Windows 在我的博客上.我没有在Cygwin上尝试过,但是您可以在MinGW上完成它.
I wrote about how to build RQuantLib on Windows on my blog. I didn't try it with Cygwin, but you can do it with MinGW.
端接无耻的插头
这篇关于在Microsoft Windows上安装RQuantLib的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!