To be able to run the code, first off all you will need to work on Linux and install cpctelera (version 1.5 branch development) Here’s a link to the download, beware that the version may change an it could affect the compilation of the code. To prevent that form happening, make sure the commit you are pulling is the following:

commit 192995f4c8619c6bfde3e9b566e504555a4136be

You will need an emulator as Winape or RVM. Once you installed CPCtelera, this command will install it and help you in to configure it in the process:

 ->cpct_winape
 ->cpct_rvm


Finally, just access thourgh the terminal to the folder were the code is located and run:

 -> make && cpct_winape (if you installed Winape)
 -> make && cpct_rvm (if you installed RVM)
  

