Fast‐DeMiSTify‐Guide - Maverick-Shark/retroGuru GitHub Wiki

Thanks to Somhic

Clone It:

$ git clone https://github.com/DeMistified/c64_DeMiSTify
$ cd c64_DeMiSTify

Do a first make (will finish in error) but it will download missing submodules:

$ make
$ cd DeMiSTify

Create file site.mk in DeMiSTify folder:

$ cp site.template site.mk

Edit site.mk and add your own PATHs to Quartus (Q18):

$ gedit site.mk

Go back to root folder and do a make with [board target] (deca, de10lite, neptuno, uareloaded, sidi, sockit, atlas_cyc). If not specified it will compile for all targets:

$ cd ..
$ make BOARD=de10lite

When asked just accept default settings with Enter key.