Installing Game Develop alphaOS

Tutorials & Tips
ducklin5
Advanced
Posts: 54
Joined: 24 Jun 2014, 08:27

Installing Game Develop alphaOS

Postby ducklin5 » 21 Sep 2014, 08:32

I was able to install GameDevelop on arch/alphaos

1) Download the .deb file from the official site: http://www.compilgames.net/ .

2) Extract the files from the .deb then from data.tar with 7zip (preferred) or use:

Code: Select all

#ar -x /*.deb
tar -Jxf /data.tar.xz


3) then copy the files from /data/opt/ and /data/usr/ to /opt/ and /usr/ respectively.

4)You will have to install a few dependencies like webkitgtk and something else :!:

5) And because i was running my distro on VirtualBox, OpenGL wasnt working well, to fix the OpenGL problem you will need to edit "opt\game-develop\StartGameDevelop.sh\" to:

Code: Select all

...
export LIBGL_ALWAYS_SOFTWARE=1
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
./GDIDE
...


:!: i forgot what other dependencies, but if you dont already have it installed there will be an error in the terminal when you run it. search for the file that it says is missing on google and you will find what package you need to install.

:arrow: http://qt-project.org/forums/viewreply/168410/

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: Installing Game Develop alphaOS

Postby Scooby » 21 Sep 2014, 14:14

so when will we see a game for alphaos?

ducklin5
Advanced
Posts: 54
Joined: 24 Jun 2014, 08:27

Re: Installing Game Develop alphaOS

Postby ducklin5 » 21 Sep 2014, 15:55

Scooby wrote:so when will we see a game for alphaos?

haha, soon i hope. i just need to make an sb file for this tutorial, for people who find it easier to download it as sb

My first official tutorial, im so proud :D


Return to “Tutorials”

Who is online

Users browsing this forum: No registered users and 13 guests

cron