Skip to content

fabiof17/Tuto_SGDK_Vigilante

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorial SGDK - Vigilante demo

Requiered knowledge :

Knowing C language.

INSTALLATION

1) clone this repo

2) download SGDK

https://github.com/Stephane-D/SGDK

3) read the wiki for installation procedure

https://github.com/Stephane-D/SGDK/wiki

4) compile the demo

In the IDE of your choice (i use Visual Studio Code), type the following command in the terminal :

[sgdk_install_folder]\bin\make -f [sgdk_install_folder]\makefile.gen clean

Then :

[sgdk_install_folder]\bin\make -f [sgdk_install_folder]\makefile.gen

where [sgdk_install_folder] is your SGDK install folder.

exemple :

If your SGDK folder is "C:\sgdk", then the commands are :

C:\sgdk\bin\make -f C:\sgdk\makefile.gen clean

and :

C:\sgdk\bin\make -f C:\sgdk\makefile.gen

The compiled rom will be in the "out" folder.

Enjoy !

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published