1
0
mirror of https://github.com/lutris/lutris synced 2024-07-05 08:28:41 +00:00
lutris/INSTALL
2015-08-17 14:22:37 +02:00

32 lines
736 B
Plaintext

Installing Lutris
=================
Requirements
------------
Lutris should work on any fairly recent GNU/Linux system, the following
dependencies are required:
* python == 2.7
* python-yaml
* PyGobject
* libsoup-gnome
* gvfs-backends
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.