forked from FrodeSolheim/fs-uae
-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
46 lines (30 loc) · 1.35 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Building and Installing 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 or the ones listed below. Other options are provided
for testing and debugging purposes - and also for your convenience, in
the cases where it happens to work ;-).
Supported options:
* --with-libmpeg=builtin For systems lacking libmpeg2.
* --disable-jit For platforms without UAE JIT support.
Ubuntu / Debian
---------------
Install dependencies for running bootstrap:
sudo apt-get install autoconf automake libtool gettext
Install dependencies for building FS-UAE:
sudo apt-get install libsdl2-dev libglib2.0-dev libpng-dev gettext \
libfreetype6-dev build-essential libopenal-dev libxi-dev zip \
libmpeg2-4-dev
openSUSE
--------
Install dependencies for running bootstrap:
sudo zypper install autoconf automake libtool gettext
Install dependencies for building FS-UAE:
sudo zypper install SDL2-devel glib2-devel libpng-devel gettext \
freetype2-devel gcc gcc-c++ openal-devel libXi-devel zip