mirror of
https://github.com/haya3218/SDfmL.git
synced 2024-08-14 23:57:09 +00:00
woops
This commit is contained in:
parent
942586190d
commit
d43e2fac67
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ Stuff like:
|
|||
Currently, it only supports MSVC, but you could probably tweak CMakeLists.txt to be able to use
|
||||
MingW, or GCC.
|
||||
|
||||
## Requirements
|
||||
- SDL2, SDL_image 2.0, and SDL_ttf 2.0, duh
|
||||
- BASS and BASS_fx
|
||||
- A VC++ (MSVC) compiler that atleast supports C++ std 17
|
||||
|
||||
To use it (in windows atleast),
|
||||
|
||||
- Get SDL2, SDL_image 2.0, and SDL_ttf 2.0, and put em on the respective x86 and x64 folders.
|
||||
|
|
Loading…
Reference in a new issue