Compiling VICE 3.7 on Debian and Debian based distros and running

pix07

Well-known member
Install dependencies by sudo apt build-dep vice and and if you want use cmake use sudo apt install cmake-gui.

You can bulid it with cmake or ordinary make.

Download source code: https://netcologne.dl.sourceforge.net/project/vice-emu/releases/vice-3.7.tar.gz

Unpack it with your archiver on desktop.

Cmake solution is write in terminal cd vice 3.7 and ./cmake-bootstrap.sh next step is run make.

To run emulator write path to src folder like cd /name_of_folder/src last step is write ./xpet its runs emulator with gui.

If you dont want use cmake write in terminal path to unpacked archive.

Then ./autogen.sh later ./configure --enable-native-gtk3ui later make.

Thats all happy playing.
 
Top