We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b104f1 commit eca7b1eCopy full SHA for eca7b1e
README.md
@@ -68,6 +68,11 @@ auto &my_frame = ekg::make<ekg::frame_t>(frame_template);
68
69
## Building
70
71
+EKG is C++17-based and is supported by:
72
+| - | GNU-MinGW-w64
73
+| - | GNU-G++
74
+| - | Clang++
75
+
76
Dependencies for building binary:
77
| - | [FreeType](https://freetype.org/)
78
| - | [GLEW](https://glew.sourceforge.net/)
@@ -83,11 +88,6 @@ cmake -S . -B ./cmake-build -G Ninja -D CMAKE_BUILD_TYPE=Release
83
88
cmake --build ./cmake-build
84
89
```
85
90
86
-Supported compilers:
87
-| - | GNU-MinGW64 stable buildable
-| - | GNU-G++ stable buildable
-| - | Clang++ stable buildable
-
91
Supported video APIs:
92
| - | OpenGL 3.1~4.6
93
| - | OpenGL ES 3
0 commit comments