Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

for Arch? ~fixed~ #26

Closed
ducklin5 opened this issue Sep 20, 2014 · 3 comments
Closed

for Arch? ~fixed~ #26

ducklin5 opened this issue Sep 20, 2014 · 3 comments

Comments

@ducklin5
Copy link

Is there an arch build somewhere, im having trouble with the one at: https://aur.archlinux.org/packages/game-develop-deb/ as it only converts the .deb . Any help would be much appreciated 😄

@ducklin5
Copy link
Author

I was able to install GD on my arch distro (alphaos) by extracting it by hand then I copied the files from /data/opt/ and /data/usr/ to /opt/ and /usr/ respectively. I had to install a few dependencies like webkitgtk and something else ❗

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:

...
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 can find what package you need to install.

ℹ️ http://qt-project.org/forums/viewreply/168410/

@ducklin5 ducklin5 changed the title for Arch? for Arch? ~fixed~ Sep 21, 2014
@ducklin5
Copy link
Author

A package for arch linux would still be of use to many people though. Thank you.

@4ian
Copy link
Owner

4ian commented Sep 21, 2014

Thanks for your feedback, it will surely be useful when a package will be created 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants