- premake5
- zenity (only on Linux)
Everything else is cloned with the repo.
./dependencies.bash
premake5 gmake2
make. Use make config=release_x64 to build in release mode.
Bin/Debug/RaylibFPS or Bin/Release/RaylibFPS
.\dependencies.bat
premake5.exe vs2022
Open the solution and compile it.
Run the application (currently works only in release mode, i have to add libraries compilation in debug mode).
- VS2022 gives some errors about strings conversion, but the binaries are still generated. Will try to fix this in the future.
- This project is developed on Linux and then ported to Windows, so I cannot guarantee it will build successfully on Windows. As I write this, it builds successfully.


