libmx3 / mx3

a sample project showcasing/collecting cross platform techniques on mobile
MIT License
1.18k stars 146 forks source link

How I can build this for iOS? #65

Closed itsaboutcode closed 9 years ago

itsaboutcode commented 9 years ago

Please help me build this project for iOS. Thanks

wesselj1 commented 9 years ago

Check out the readme. It has a Requirements and Installation section.

Firstly you need python installed for gyp. And at a minimal to build for iOS ensure you have, obviously Xcode installed, and also xcodebuild.

Then see under the Installation section. All I had to do here actually was run make play from the root mx3 dir.