I'm new here and I thought I'd start a thread close to my heart. I'm Linux literate but I've only had a Pi for a month now, and loving it as a second computer. This is my third edit of this post. I hope it helps others. It took me a considerable amount of test installs and research to finally be able to get the latest versions of Vice installed. Here are my findings.
First I did this on a fresh install of 2020-02-05-raspbian-buster-full.
Code: Select all
sudo apt-get update && sudo apt-get --yes upgrade
Then we need to install the minimum essentials to build vice3.3 or vice3.4
Code: Select all
sudo apt-get --yes install flex bison xa65 libasound2-dev libsdl2-dev texinfo
Download vice3.3 or vice3.4 your choice. I found vice3.4 has issues with Ultima.
untar it and then open a terminal inside the extracted directory. This will take a short time.
Code: Select all
./configure --without-pulse --with-alsa
The next stage is to make, this will take aprox half an hour. I never timed it.
Code: Select all
make
Once that is done without errors, it needs to be installed.
Code: Select all
sudo make install
There ya go, ready to use.
I personally found 3.4 unusable because it won't load vsf files and when I loaded Ultima 1 it acted like it was on steroids. Each key press was like a dozen presses. I turned off warp. Even made it play at 50%. No difference. I did a little search on my issues but found no information. I am very happy with my tests of 3.3 so I think I'll stick with it.
If anyone installs 3.4 and finds out how to load vsf files and finds a fix for Ultima 1 on steroids, I'd love to hear.