Reputation: 10151
is it possible to compile (under mac os x using netbeans) C++ code for linux architectures?
Upvotes: 4
Views: 540
Reputation: 6327
Yes, it's possible. It's called cross-compiling. For instructions how to build and use cross-compiler go here.
Upvotes: 1