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 33
|
Compiling FS-UAE
================
Instructions for compiling and installing FS-UAE is available here:
https://fs-uae.net/compiling
Configure Options
-----------------
The configure script can be used to enable some additional features
(but they might not work or even compile) and disable default features.
Please note, the only *supported* configuration is to build with the
default option set. The options are provided for testing and debugging
purposes - and also for your convenience, in these cases where it happens
to work ;-).
openSUSE Dependencies
---------------------
Dependendices for running bootstrap:
sudo zypper install autoconf automake libtool gettext
Dependencies for compiling FS-UAE:
sudo zypper install SDL2-devel glib2-devel libpng-devel gettext \
freetype2-devel gcc gcc-c++ openal-devel libXi-devel
Additional dependencies for running FS-UAE Launcher:
sudo zypper install python3-qt4
|