Login
Back to forumSee the full topicGo to last reply

Posted By

TLC
on 2024-01-28
13:59:07
 Re: Plus4EMU - how to compile under Linux: Checking for package FLTK... no

Just made an attempt to compile the emulator on Ubuntu 22.04 (x64). It apparently worked just on the first try.


mkdir tmp
cd tmp
git clone https://github.com/istvan-v/plus4emu.git
cd plus4emu/
sudo apt-get install scons fltk1.3 libfltk1.3-dev portaudio19-dev libsdl1.2-compat libsdl1.2-compat-dev libsndfile1 libsndfile1-dev lua5.3 liblua5.3-dev
scons -j 4
mkdir -p ~/.plus4emu/roms
cp roms/* ~/.plus4emu/roms/
./plus4emu


...and off it went.

For me
fltk-config --version
says 1.3.8 ,
fltk-config --api-version
is 1.3, SCons is v4.0.1.something.



Back to top


Copyright © Plus/4 World Team, 2001-2024