How do I cross compile R packages for MacOS from a Linux environment?

后端 未结 2 1851
星月不相逢
星月不相逢 2021-01-14 13:32

I\'m running Linux and trying to compile an R package for use on a Mac. I could only find Linux->Windows and MacOS->Windows cross-compiling instructions. Does anybody know w

2条回答
  •  感动是毒
    2021-01-14 14:14

    By first building a gcc crosscompiler -- see its documentation.

    Available libraries may be a limiting factor, though. You'd have to rebuild everything from OS X you'd like to link against.

提交回复
热议问题