Support Lutris !
Download
Download Lutris 0.1Requirements
In order to run Lutris you will need :
- Python 2.5 or later
- python-gtk2
- python-glade2
- python-yaml
- python-pyglet
- python-gconf (optional)
- fuseiso (optional and not yet implemented)
On a Debian / Ubuntu system run the following command :
sudo apt-get install python-glade2 python-yaml python-pyglet python-gconf fuseisoLutris has been tested on Ubuntu 9.10 and Debian Lenny (DebXO on the OLPC XO Laptop to be exact)
Running Lutris
The is currently no package for easy installation, to run lutris extract the archive and type:
cd src python lutris.py
Getting the latest development version
Install the bzr package if you don't have it :
sudo apt-get install bzr
Get the source code from Launchpad :
bzr branch lp:lutris
To check for updates :
cd lutris
bzr update