mirror of
https://github.com/haya3218/SDfmL.git
synced 2024-08-14 23:57:09 +00:00
make it more clear
This commit is contained in:
parent
fa28e4f3e2
commit
0f89cf77d0
2 changed files with 11 additions and 5 deletions
|
@ -31,3 +31,9 @@ Copy all of the library files to the `lib/` folder.
|
|||
Reminder that ALL header files are already included, so you don't need to worry about linker issues.
|
||||
|
||||
`src/Main.cpp` should contain example code with some explanations.
|
||||
|
||||
Run `cmake` in any kind of way to build the program (most recommended is `cmake -B build -DCMAKE_BUILD_TYPE=Release -G "NMake Makefiles"`) and give yourself a pat in the back for building it.
|
||||
|
||||
## Documentation?
|
||||
|
||||
Not now. Most likely when the framework actually reaches a stable 1.0 release.
|
||||
|
|
10
LICENSING.md
10
LICENSING.md
|
@ -1,10 +1,10 @@
|
|||
# Licensing
|
||||
|
||||
The sole libraries themselves (SDL, SoLoud) are under the zLib/LibPNG licenses ofc, so you'll have to deal with that
|
||||
|
||||
stb_image is under the Public Domain/MIT.
|
||||
|
||||
TinySoundfont and toml11 are under the MIT License.
|
||||
- Framework itself - see below ;)
|
||||
- SDL2, SDL_ttf and SoLoud - zlib/libPNG
|
||||
- TinySoundfont, toml11, Lua, LuaJIT, sol2 - MIT License
|
||||
- argh - BSD-3
|
||||
- stb_image.h - Public Domain/MIT
|
||||
|
||||
## SDfmL license
|
||||
|
||||
|
|
Loading…
Reference in a new issue