Skip to content

CorgiTeamIncorporated/YTP

Repository files navigation

Project overview

How to compile the project

First of all, you have to download SFML 2.5.1 and MinGW 7.3.0.

  1. Unpack the downloaded compiler and SFML
  2. Add %MINGW_PATH%/bin to %Path% environment variable
  3. Copy %SFML_PATH%/include content into %MINGW_PATH%/include
  4. Copy %SFML_PATH%/lib content into %MINGW_PATH%/lib
  5. Edit your Makefile and set the correct path to MinGW
  6. In MinGW folder, copy mingw32-make.exe and save in the same folder as make.exe
  7. Now you must be able to compile the project just by typing make in command line

If you wanna debug the project, you can compile the debug version of project by typing make debug.

About

Our little Dungeon-RPG project🕹

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published