﻿;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;     COMPILATION INSTRUCTIONS
;;;


This game has been created with CPCtelera v1.5 development branch.


Commit from CPCtelera:
commit 192995f4c8619c6bfde3e9b566e504555a4136be (HEAD -> development, origin/development)


To install CPCtelera you must go to https://lronaldo.github.io/cpctelera/files/readme-txt.html and follow the instructions. You have a summary below.


To download CPCtelera open a terminal and type:


git clone https://github.com/lronaldo/cpctelera


After this, go to the CPCtelera folder:


cd cpctelera


Then you have to change to the commit that we have used:


git checkout 192995f4c8619c6bfde3e9b566e504555a4136be


Finally, execute this command to install CPCtelera:


./setup.sh


You have a tutorial video in Profesor Retroman channel: https://www.youtube.com/watch?v=6Z8pWxTbF0g&feature=emb_logo&ab_channel=ProfesorRetroman 


To compile the game again you must go to the soccer folder where the makefile is located open the console and type:


make clean && make


This generates a .cdt, a .dsk and a .sna.


You should have an emulator like rvm (Real Virtual Machine) or winape to play.


To install winape, open a terminal and execute the command below:


cpct_winape


To install RVM, open a terminal and execute the command below: 


cpct_rvm


Finally, you must insert the game in the emulator.


One of the ways would be to open the console where you have the cdt and type:


cpct_rvm -ac


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;
;;;     THANKS FOR PLAYING!!
;;;
