Commodore 64: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
sudo apt-get install texinfo
sudo apt-get install texinfo
</syntaxhighlight>
</syntaxhighlight>
The lack of textinfo caused
The lack of textinfo caused
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 21: Line 20:
make: *** [Makefile:508: all-recursive] Error 1
make: *** [Makefile:508: all-recursive] Error 1
</syntaxhighlight>
</syntaxhighlight>
 
=Configure, Build And Install=
=configure=
And to build
And to build
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 29: Line 27:
sudo make install
sudo make install
</syntaxhighlight>
</syntaxhighlight>
=running=
=Running the Emulator=
For me I was after the commodore 64 so
For me I was after the commodore 64 so
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
x64sc
x64sc
</syntaxhighlight>
</syntaxhighlight>

Revision as of 00:57, 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, Build And Install

And to build

 ./configure
./make -j 16
sudo make install

Running the Emulator

For me I was after the commodore 64 so

x64sc