Add information on how to run lutris from source and gdb

This commit is contained in:
Mathieu Comandon 2021-01-27 16:27:10 -08:00
parent de7beb0172
commit e74b2ba47c

View file

@ -18,6 +18,20 @@ managed by Lutris, so you don't need to install them with your package manager.
Scripts written by the community allow access to a library of games.
Using scripts, games can be played without manual setup.
Running Lutris
==============
If you have not installed Lutris through your package manager and are using the
source package, it is recommended that you install lutris at least once, even an
older version to have all dependencies available.
Once all dependencies are satisfied, you can run lutris directly from the source
directory with `./bin/lutris`
If you need to run lutris through gdb to troubleshoot segmentation faults, you
can use the following command:
`gdb -ex r --args "/usr/bin/python3" "./bin/lutris"`
Installer scripts
=================