Search code examples
c++linuxmacoscompilationmultiplatform

compiling for other platforms


is it possible to compile (under mac os x using netbeans) C++ code for linux architectures?


Solution

  • Yes, it's possible. It's called cross-compiling. For instructions how to build and use cross-compiler go here.