2011-03-09 13:52:31 +00:00
|
|
|
Installing Lutris
|
|
|
|
=================
|
2010-01-22 18:38:20 +00:00
|
|
|
|
2012-11-08 20:46:59 +00:00
|
|
|
Requirements
|
|
|
|
------------
|
2011-03-09 13:52:31 +00:00
|
|
|
|
2014-10-30 15:36:08 +00:00
|
|
|
Lutris should work on any Gnome system, the following depencies should be
|
2014-10-05 18:07:46 +00:00
|
|
|
installed:
|
2011-03-09 13:52:31 +00:00
|
|
|
|
2016-11-29 21:25:50 +00:00
|
|
|
* python > 3.4
|
2017-09-04 09:12:58 +00:00
|
|
|
* python-yaml
|
2012-11-08 20:46:59 +00:00
|
|
|
* PyGobject
|
2013-12-27 16:04:38 +00:00
|
|
|
* libsoup-gnome
|
2012-11-08 20:46:59 +00:00
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
2011-03-09 13:52:31 +00:00
|
|
|
|
2012-11-08 20:46:59 +00:00
|
|
|
Lutris uses Python's distutils framework for installation. In order to
|
|
|
|
install Lutris, you will need root access. To install Lutris, perform
|
2016-01-24 01:03:28 +00:00
|
|
|
the following command as root::
|
2011-03-09 13:52:31 +00:00
|
|
|
|
2017-05-14 17:56:01 +00:00
|
|
|
$ python3 setup.py install
|
|
|
|
|
|
|
|
**Warning:** USING SETUP.PY TO INSTALL LUTRIS IS ENTIRELY UNSUPPORTED BY
|
|
|
|
THE DEVELOPERS. USE THAT METHOD AT YOUR OWN RISK. THE RECOMMENDED WAY OF
|
|
|
|
INSTALLING LUTRIS IS WITH PROVIDED DISTRIBUTION PACKAGES. IF YOU WANT TO
|
|
|
|
USE THE DEVELOPMENT VERSION, JUST RUN IT FROM THE SOURCE DIR ITSELF.
|
2011-03-09 13:52:31 +00:00
|
|
|
|
2017-05-14 17:59:08 +00:00
|
|
|
***********************************************************
|
|
|
|
* *
|
|
|
|
* **WARNING:** SERIOUSLY, DO ***NOT*** USE SETUP.PY!!!!! *
|
|
|
|
* *
|
|
|
|
***********************************************************
|
|
|
|
|
2016-04-10 15:51:01 +00:00
|
|
|
**Warning:** there is no way to cleanly uninstall programs installed with
|
|
|
|
setup.py other than manuall deleting the created files. Prefer installing
|
|
|
|
Lutris through distribution packages or run it directly from the source
|
2016-11-29 21:25:50 +00:00
|
|
|
directory::
|
2016-01-24 01:03:28 +00:00
|
|
|
|
|
|
|
cd /path/to/lutris/source
|
|
|
|
./bin/lutris
|
|
|
|
|
2012-11-08 20:46:59 +00:00
|
|
|
Run Lutris
|
|
|
|
-----------
|
2011-03-09 13:52:31 +00:00
|
|
|
|
2012-11-08 20:46:59 +00:00
|
|
|
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.
|