zzzbbx
zzzbbx

Reputation: 10151

compiling for other platforms

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

Upvotes: 4

Views: 540

Answers (1)

Oleksandr Kravchuk
Oleksandr Kravchuk

Reputation: 6327

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

Upvotes: 1

Related Questions