template and a library

This commit is contained in:
Trilarion
2017-11-30 17:00:52 +01:00
parent dec1ab6a6f
commit 87a93e6911
5 changed files with 35 additions and 7 deletions

View File

@ -1 +1,3 @@
# Popular required libraries
# Popular required libraries
- [Simple DirectMedia Layer (SDL 2)](sdl_2.md)

14
library/sdl_2.md Normal file
View File

@ -0,0 +1,14 @@
# Simple DirectMedia Layer
- Home: https://www.libsdl.org/index.php
- Wikipedia: https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer
- State: mature
- Code: http://hg.libsdl.org/SDL (mercurial)
- Language(s): C
## Building
CMake
- SDL 2.0.7 with MSVC 2015 via CMake 3.9 works