Building vice v.2

From Jay's Cafe' Wiki
Revision as of 03:14, 9 July 2018 by Jayctheriot (talk | contribs)

building VICE on a kvm system with MATE installed.
using KVM instead of LXD because of some mounts I need to do.

# apt install xserver-xorg blackbox menu xinit openssh-server vim-nox vim-scripts exuberant-ctags xa65\
 bison flex libpcap* libxaw7-dev libxaw3dxft8-dev build-essential net-tools libgtk2.0-0 libgtk2.0-dev -y
# wget 192.168.0.15/~jay/vice/vice-3.2.tar.gz
# tar xvzf vice-3.2.tar.gz
# cd vice-3.2
# ./configure --enable-ethernet --enable-realdevice --enable-gnomeui --enable-vte --enable-hardsid\
 --enable-cpuhistory --enable-platformdox  --with-xaw3d --with-uithreads --with-x 
# make -j$(nproc)
# sudo make install

-- need to eliminate unneeded packages from build. But, for ease, right now, I'm using the sledgehammer method