Skip to content

Installing the Flexlay SuperTux editor

Max Teufel edited this page Dec 19, 2015 · 1 revision

At the moment this is ineffably unstable, so you might as well not bother.

Linux

Dependencies

  • Python 3
  • PyQt4 (for Python 3)

To install the dependencies on...

  • Arch Linux: pacman -S python python-pyqt4 (as root)
  • Debian/Ubuntu: apt-get install python3 python3-pyqt4 (as root)

Getting the source code

If you have git installed, run the commands below. If you don't have git installed, you can download and unzip an archive and change into the unzipped directory.

git clone https://github.com/SuperTux/flexlay.git
cd flexlay
git fetch origin
git checkout develop

To update the git repository:

git pull

Run flexlay/supertux-editor

Once you're in the directory containing the flexlay source code, you can run flexlay like this:

python3 supertux-editor

If the program asks for a 'binary', enter the path to your supertux2 binary. On Linux, you can usually get this path using which supertux2.

Clone this wiki locally