- boost_json
- qt6
- sdl2
- sdl2-image
- sdl2-mixer
- sdl2-ttf
Install the above requirements using your package manager
- Download boost source
- Build by calling
bootstrap.bat
and thenb2 link=static
- Build by calling
- Download the latest SDL 2 libraries and put them in the same folder:
- Update your CMAKE_PREFIX_PATH variable:
- CMAKE_PREFIX_PATH=%{Qt:QT_INSTALL_PREFIX};C:\SDL\cmake;C:\boost\boost_1_82_0\stage\lib\cmake\Boost-1.82.0;
- Audio, Fonts and Graphics from Pokemon Essentials 21.1
- Put the mentioned folders in game/resources
- Pokemon stats and logic from Bulbapedia
- PkmnEditor inspired from Essentials PBS Editor