Difference between revisions of "Compile FS-UAE from source"

From Jay's Cafe' Wiki
(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...")
 
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 \<br>
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 \<br>
     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<br>
     libmpeg2-4-dev python3-pyqt5 python-setuptools libpython3.7-dev apt-get install python-dev
./bootstrap<br>
./bootstrap
./configure<br>
./configure
make<br>
make
make install
make install


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