lutris/INSTALL

61 lines
1.4 KiB
Plaintext
Raw Normal View History

Installing Lutris
=================
2010-01-22 18:38:20 +00:00
Requirements
------------
These are the requirements I was able to find on the development machine.
Lutris should work on any Gnome system but the runner installation is currently
tied to Software Center so it works only on Ubuntu and Debian. In the future,
the installation process will use a distro independent mechanism.
In order to run Lutris, install the following packages.
* python == 2.7
* python-xdg
* python-yaml
* PyGobject
2013-12-27 16:04:38 +00:00
* libsoup-gnome
If you want to manually install runners you can choose from the list below
and install the ones you wish to use.
* wine
* scummvm
* uae
* mednafen
* sdlmame
* snes9x-gtk
* gens-gs
* steam (using wine)
* atari800
* dolphin-emu
* frotz
* dosbox
* hatari
* jzintv
* mednafen
* mupen64plus
* nulldc (1.0.3 only, using wine)
* o2em
* openmsx
* osmose
2013-06-26 10:11:21 +00:00
* pcsxr
* scummvm
Installation
------------
Lutris uses Python's distutils framework for installation. In order to
install Lutris, you will need root access. To install Lutris, perform
the following command as root:
$ python setup.py install
Run Lutris
-----------
If you installed Lutris using the setup.py script, you can launch the
program by typing "lutris" at the command line. If you want to run
Lutris without installing it, start "bin/lutris" from within the
Lutris directory.