forked from lutris/lutris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
32 lines (24 loc) · 753 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Installing Lutris
=================
Requirements
------------
Lutris should work on any fairly recent GNU/Linux system, the following
dependencies are required:
* python == 2.7
* python-xdg
* 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.