mirror of
https://github.com/lutris/lutris.git
synced 2026-06-21 04:10:07 -04:00
32 lines
720 B
Plaintext
32 lines
720 B
Plaintext
Installing Lutris
|
|
=================
|
|
|
|
Requirements
|
|
------------
|
|
|
|
Lutris should work on any Gnome system, the following depencies should be
|
|
installed:
|
|
|
|
* python == 2.7
|
|
* python-xdg
|
|
* python-yaml
|
|
* PyGobject
|
|
* libsoup-gnome
|
|
|
|
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.
|