- autotools - configure script creation
- libsidplayfp version >=2.2 - the emulation library itself
- pod2man - documentation
- patience
- and a decent computer to better enjoy the emulation!
-
Create a directory named
build. Not really a required step, it's just for organization. -
Go to that directory.
-
Run
autoreconf -i ... This will generate theconfigurescript, which is necessary to our build. -
Run
../configure. If curious, you can check the options by running../configure --helpbeforehand. -
After configuring, run
make. This is where the actual build begins. You can also add-jfollowed by the number of CPU threads you have to speed that process up! -
After building, run
make installas root if necessary. -
You're set!! Enjoy your SID tunes by simply running
c64play [options] <tune>.
See the man page of C64play and its configuration file c64play.ini for
more details.