Compile FS-UAE from source

From Jay's Cafe' Wiki
Revision as of 00:22, 30 July 2018 by Jayctheriot (talk | contribs) (Created page with "Customized Instructions from https://fs-uae.net/compiling<br> <pre> apt install libpng-dev libpng-tools zlib1g-dev libglib2.0-dev libgettextpo-dev libopenal1 libopenal-dev \<b...")
(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 \<br>
    libopengl0 libfreetype6 libfreetype6-dev libglew2.0 libglew-dev automake libtool gettext \<br>
    libmpeg2-4-dev python3-pyqt5 python-setuptools libpython3.7-dev apt-get install python-dev<br>
./bootstrap<br>
./configure<br>
make<br>
make install

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