readme
This commit is contained in:
parent
0a3cc7284c
commit
3599baea22
29
README.md
Normal file
29
README.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Frillrun
|
||||||
|
|
||||||
|
My entry for the 2024 WeightGaming Gain Jam. Action game where you collect stuff while random events occur.
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
- SDL2
|
||||||
|
- SDL_image
|
||||||
|
- SDL_mixer
|
||||||
|
- SDL_ttf
|
||||||
|
- GLEW
|
||||||
|
|
||||||
|
### Linux
|
||||||
|
|
||||||
|
This repository uses CMake to compile, so:
|
||||||
|
|
||||||
|
`mkdir build`
|
||||||
|
|
||||||
|
`cd build`
|
||||||
|
|
||||||
|
`cmake ..`
|
||||||
|
|
||||||
|
`make`
|
||||||
|
|
||||||
|
### Windows
|
||||||
|
|
||||||
|
I used MinGW for the Windows build, so basically the same as Linux but you'll need to use MSYS, MinGW, etc. to compile it.
|
Loading…
Reference in New Issue
Block a user