Search found 5 matches

by Robert42
Wed Nov 26, 2014 22:43
Forum: Official Unified CEGUI Editor Tool (CEED)
Topic: Can't get CEED running on Arch Linux [Solved]
Replies: 9
Views: 21621

Re: Can't get CEED running on Arch Linux [Solved]

So this is my final script to install ceed on linux. It also installs a desktop file integrating ceed into the main menu #!/bin/bash rm -rf CEED mkdir CEED cd CEED hg clone https://bitbucket.org/cegui/cegui hg clone https://bitbucket.org/cegui/ceed cd ceed hg update v0-8 cd ../ cd cegui hg update v0...
by Robert42
Sun Nov 23, 2014 16:21
Forum: Official Unified CEGUI Editor Tool (CEED)
Topic: Can't get CEED running on Arch Linux [Solved]
Replies: 9
Views: 21621

Re: Can't get CEED running on Arch Linux [Solved]

Edit: I can't login to the Wiki :( Did you use forum account and pw? I just logged into the Wiki successfully. Yes, I've tried using the same username and password as to the forum. Finally after changing my password to a simpler one, I was able to log in and do the changes. It looks, like not all p...
by Robert42
Sun Nov 23, 2014 14:10
Forum: Official Unified CEGUI Editor Tool (CEED)
Topic: Can't get CEED running on Arch Linux [Solved]
Replies: 9
Views: 21621

Re: Can't get CEED running on Arch Linux [Solved]

Ok, I got CEED running. I've read the right section multiple times in the wiki, but however, I've always overead the note regarding python 3 -- no wonder I got no answer :oops: For future Arch Linux Users with the same Problem: This are the shell commands I've used to get CEED running: #!/bin/bash r...
by Robert42
Sun Nov 23, 2014 13:19
Forum: Official Unified CEGUI Editor Tool (CEED)
Topic: Can't get CEED running on Arch Linux [Solved]
Replies: 9
Views: 21621

Re: Can't get CEED running on Arch Linux

OK, I've written a shell script, to make my second attempt easy to reproduce. They commands are basically taken from the wiki page . #!/bin/bash rm -rf CEED mkdir CEED cd CEED hg clone https://bitbucket.org/cegui/cegui hg clone https://bitbucket.org/cegui/ceed cd ceed hg update v0-8 cd ../ cd cegui ...
by Robert42
Sat Nov 22, 2014 15:07
Forum: Official Unified CEGUI Editor Tool (CEED)
Topic: Can't get CEED running on Arch Linux [Solved]
Replies: 9
Views: 21621

Can't get CEED running on Arch Linux [Solved]

Hello I am trying to get CEED to run on my Arch Linux system, As the ceed AUR package is out of date since 2012, I don't want to use it. First try: Using the cegui package from arch Linux The Steps I've done are based on http://cegui.org.uk/wiki/CEED#Arch_Linux, I have installed the packages ⋅&...

Go to advanced search