mirror of
https://github.com/lutris/lutris
synced 2024-11-05 18:10:49 +00:00
31 lines
736 B
Text
31 lines
736 B
Text
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.
|