Compile FS-UAE from source

From Jay's Cafe' Wiki
Revision as of 14:54, 22 May 2020 by Jayctheriot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Customized Instructions from https://fs-uae.net/compiling

apt install libpng-dev libpng-tools zlib1g-dev libglib2.0-dev libgettextpo-dev libopenal1 libopenal-dev \
    libopengl0 libfreetype6 libfreetype6-dev libglew2.0 libglew-dev automake libtool gettext \
    libmpeg2-4-dev python3-pyqt5 python-setuptools libpython3.7-dev apt-get install python-dev
./bootstrap
./configure
make
make install

git clone https://github.com/FrodeSolheim/python-lhafile.git
cd python-lhafile
python setup.py build
python setup.py install