Linked against SDL ttf
This commit is contained in:
20
README.md
20
README.md
@@ -2,7 +2,9 @@
|
||||
|
||||
The best way to build a game engine, is to build a game first.
|
||||
|
||||
This game utilizes the [Toy programming langauge](https://toylang.com).
|
||||
This project has now been adapted into a roguelike for the 7 day roguelike jam.
|
||||
|
||||
This game/engine utilizes the [Toy programming langauge](https://toylang.com).
|
||||
|
||||
## Cloning
|
||||
|
||||
@@ -10,13 +12,25 @@ Either clone recursively, or run `git submodule update --init` after cloning.
|
||||
|
||||
## Building
|
||||
|
||||
Simply run `make` in the root directory.
|
||||
We're now using Visual Studio - define the following environment variables to point to the root of each SDL2 lib:
|
||||
|
||||
* `SDL2Dir`
|
||||
* `SDL2ImageDir`
|
||||
* `SDL2TTFDir`
|
||||
|
||||
## Running
|
||||
|
||||
Make sure the program can see the `assets` folder (symbolic links can help).
|
||||
Make sure the program can see the `assets` folder (symbolic links can help), and all of the required DLLs are present.
|
||||
|
||||
## Dependencies
|
||||
|
||||
* SDL2
|
||||
* SDL2_image
|
||||
* SDL2_ttf
|
||||
|
||||
## Credits
|
||||
|
||||
* Art - Evan Hartshorn
|
||||
* Coding - Kayne Ruse
|
||||
* Font - Ancient God (Koczman B<>lint)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user