简体   繁体   中英

How do I distribute my C++ Allegro 5 programs so that they work on computers without Allegro installed?

I am making a game that I do not want my users to have to download anything but the game folder and be able to simply double click and run. I can compile my code in OSX without Xcode just fine but when I try run the game on another computer using OSX it will not run. What do I need to include for this to work?

The following link has a thorough tutorial on how to setup your Xcode so that the resulting .app is ready for distribution.

http://wiki.allegro.cc/index.php?title=OSX,_Xcode_4,_Framework

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM