makama80 Posted June 28, 2016 Posted June 28, 2016 (edited) For what it's worth: I managed to compile VICE (classic commodore computer emulators) on my roseapple pi board running Armbian. I could not find it in the repository, so I started fiddling myself. This to address some nostalgic feelings which come by so now and then! Recipe in the spoiler.... Compiling and installation is pretty straight forward: 1) Download VICE 2.4 source-code from http://vice-emu.sourceforge.net/2) xvzf vice-2.4.tar.gz3) cd vice-2.44) sudo apt-get install build-essential libvte-dev libasound2-dev libgtk2.0-dev libgnome2-dev5) make6) sude make install7) start your trip down to memory lane with:vsid - the SID playerx64 - the fast C64 emulatorx64sc - the accurate C64 emulatorx64dtv - the C64DTV emulatorx128 - the C128 emulatorxvic - the VIC20 emulatorxpet - the PET emulatorxplus4 - the PLUS4 emulatorxcbm2 - the CBM-II emulator (CRTC models)xcbm5x0 - the CBM-II emulator (VIC-II models) Screenshot: Edited June 28, 2016 by wildcat_paris please add [something] because "vice" & "Nostalgic feelings" sounds strange :) 2
zmicro Posted November 21, 2016 Posted November 21, 2016 error make on orangepipc: ../src/arch/unix/x11/gnome/libgnomeui.a(about.o): In function `contrib_cb': /vice-2.4/src/arch/unix/x11/gnome/about.c:48: undefined reference to `info_contr ib_text' collect2: error: ld returned 1 exit status have you any info about? thanks very much
Recommended Posts