make it more clear

This commit is contained in:
/nick haya 2022-02-20 14:10:56 +08:00
parent fa28e4f3e2
commit 0f89cf77d0
2 changed files with 11 additions and 5 deletions

View File

@ -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.

View File

@ -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