Commodore 64: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Introduction= This page is to provide steps to install a commodore 64 emulator and tools on Ubuntu. At the time this was on Ubuntu 20.04 LTS with kernel 5.4.0-47-generic =Dow..." |
|||
Line 10: | Line 10: | ||
sudo apt install xa65 | sudo apt install xa65 | ||
sudo apt install libpng-dev | sudo apt install libpng-dev | ||
sudo apt-get install libsdl2-dev | |||
</syntaxhighlight> | </syntaxhighlight> | ||
=configure= | =configure= | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
./configure | ./configure | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 00:26, 23 September 2020
Introduction
This page is to provide steps to install a commodore 64 emulator and tools on Ubuntu. At the time this was on Ubuntu 20.04 LTS with kernel 5.4.0-47-generic
Downloads
- I downloaded vice emu [1]
apt install
I needed to install the following
sudo apt install flex
sudo apt install bison
sudo apt install xa65
sudo apt install libpng-dev
sudo apt-get install libsdl2-dev
configure
./configure