Commodore 64: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* I downloaded vice emu [https://sourceforge.net/projects/vice-emu/] | * I downloaded vice emu [https://sourceforge.net/projects/vice-emu/] | ||
=apt install= | =apt install= | ||
I needed to install the following | I needed to install the following but of course it will be different for all. | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo apt install flex | sudo apt install flex | ||
Line 11: | Line 11: | ||
sudo apt install libpng-dev | sudo apt install libpng-dev | ||
sudo apt-get install libsdl2-dev | sudo apt-get install libsdl2-dev | ||
sudo apt-get install texinfo | |||
</syntaxhighlight> | |||
The lack of textinfo caused | |||
<syntaxhighlight lang="bash"> | |||
/bin/bash: no: command not found | |||
make[2]: *** [Makefile:1119: vice.txt] Error 127 | |||
make[1]: *** [Makefile:734: all-recursive] Error 1 | |||
make: *** [Makefile:508: all-recursive] Error 1 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 00:49, 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 but of course it will be different for all.
sudo apt install flex
sudo apt install bison
sudo apt install xa65
sudo apt install libpng-dev
sudo apt-get install libsdl2-dev
sudo apt-get install texinfo
The lack of textinfo caused
/bin/bash: no: command not found
make[2]: *** [Makefile:1119: vice.txt] Error 127
make[1]: *** [Makefile:734: all-recursive] Error 1
make: *** [Makefile:508: all-recursive] Error 1
configure
./configure