Search found 1 match

by champialex
Mon Feb 11, 2013 11:12 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [Tutorial] Getting started on Mac OS X
Replies: 81
Views: 91139

Re: [Tutorial] Getting started on Mac OS X

Hi, I have been struggling for a a little while to find out the right command to compile an irrlicht file from command line once installed using the tutorial [1]. So I figured I would share it :   g++ -o MyApp.app/Contents/MacOS/MyApp myfile.cpp -fvisibility=hidden -lirrlicht -framework Foundation -...