Jamal-Ra-Davis / Guardians_of_Sunshine

Recreation of the Guardians of Sunshine game from Adventure Time
22 stars 6 forks source link

Help?/suggestion #1

Open Gav-Bomb1 opened 4 years ago

Gav-Bomb1 commented 4 years ago

I noticed the source code is available for download, but I don't know ANYTHING about code. I do, however, consider myself tech savvy in other areas. For instance, I have a modified PS vita. I wanted to know of you could compile/tell me how to compile it for a PS Vita, this is a brilliant recreation of the game and I'd LOVE to play it mobily. I'd feel like Jake in the 'Who Would Win' episode with his Kompy's Kastle handheld

claytonsulby commented 4 years ago

It's probably not able to compile for a PS Vita unless you can get linux to run on that. All you would have to do on a linux computer is the following steps (to my knowledge):

  1. cd into a directory you want it saved.
  2. git clone the repository
  3. sudo apt-get install libsdl2-mixer-dev - This adds the SDL/SDL_mixer.h header file to your system.
  4. cd into the Guardians-Of-Sunshine directory (where you cloned the repo)
  5. run make by typing make into the terminal
  6. ./GuardiansOfSunshine - This runs the executable that was made with the previous make command