Difference between revisions of "Compile FS-UAE from source"
From Jay's Cafe' Wiki
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...") |
Jayctheriot (talk | contribs) m |
||
Line 1: | Line 1: | ||
Customized Instructions from https://fs-uae.net/compiling<br> | Customized Instructions from https://fs-uae.net/compiling<br> | ||
<pre> | <pre> | ||
apt install libpng-dev libpng-tools zlib1g-dev libglib2.0-dev libgettextpo-dev libopenal1 libopenal-dev \ | 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 \ | 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 | libmpeg2-4-dev python3-pyqt5 python-setuptools libpython3.7-dev apt-get install python-dev | ||
./bootstrap | ./bootstrap | ||
./configure | ./configure | ||
make | make | ||
make install | make install | ||
git clone https://github.com/FrodeSolheim/python-lhafile.git | git clone https://github.com/FrodeSolheim/python-lhafile.git | ||
cd python-lhafile | cd python-lhafile | ||
python setup.py build | python setup.py build | ||
python setup.py install | python setup.py install | ||
</pre> | </pre> |
Latest revision as of 14:54, 22 May 2020
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