Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Packages necessary for compiling in Fedora 12 x86_64

Learn more on how to use Sandbox, or submit your own tutorials or resources.
Post Reply
User avatar
Obsidian
Former Staff
Posts: 454
Joined: May 24th, 2009, 1:52 pm
IRC Username: Katana
Contact:

Packages necessary for compiling in Fedora 12 x86_64

Post by Obsidian »

For future reference, this is the list of package required to compile Sandbox in Fedora 12 x86_64

Code: Select all

kernel-devel
kernel-headers
dos2unix
gcc
gcc-c++
SDL
SDL-devel
SDL_image
SDL_image-devel
SDL_mixer
SDL_mixer-devel
Afterwards, just make and make install, and you should be good.

EDIT: You can use this command in bash to install all of those packages:

Code: Select all

su -c "yum install kernel-devel kernel-headers dos2unix gcc gcc-c++ SDL SDL-devel SDL_image SDL_image-devel SDL_mixer SDL_mixer-devel"
うるさいうるさいうるさい!

github: https://github.com/damianb/
User avatar
Obsidian
Former Staff
Posts: 454
Joined: May 24th, 2009, 1:52 pm
IRC Username: Katana
Contact:

Re: Packages necessary for compiling in Fedora 12 x86_64

Post by Obsidian »

Well, it appears that Fedora uses mesa 7.6+, and is unable to render things properly in Sandbox.

Might be a problem for anyone that tries to use Fedora & Sandbox in combination.
うるさいうるさいうるさい!

github: https://github.com/damianb/
Post Reply