Difference between revisions of "GTK3 VICE for Thumbdriven Image 3.0"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) (Created page with "#Create baseline Ubuntu 18.04 LTS install with Minimal X implementation, SSH, Basic Ubuntu Service #Download needed files, current nightly release and build VICE. For just GTK...") |
Jayctheriot (talk | contribs) m |
||
Line 1: | Line 1: | ||
For just GTK3ui -- the install will take a while. lots of packages are likely to be needed. | For just GTK3ui -- the install will take a while. lots of packages are likely to be needed. | ||
<pre> | <pre> |
Revision as of 06:13, 11 August 2020
For just GTK3ui -- the install will take a while. lots of packages are likely to be needed.
# sudo -i # apt update # apt full-upgrade -y # apt install vim-nox vim-scripts vim-youcompleteme exuberant-ctags build-essential \ libgtk-3-dev bison flex xa65 subversion tcpser libjpeg-dev libgif-dev libpng-dev libpcap* \ libswresample-dev libavresample-dev autogen libmp3lame-dev yasm freeglut3-dev libglew-dev \ autoconf texinfo mate-desktop gdm3 -y # mkdir -p sandbox/svn # cd sandbox/svn # svn checkout svn://svn.code.sf.net/p/vice-emu/code/trunk vice-emu-code # cd vice-emu-code/vice # ./autogen.sh # ./configure -C --enable-native-tools --enable-native-gtk3ui --enable-x64 --enable-realdevice # make -j $(nproc --all) # make install