diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-05 03:08:35 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-05 03:10:24 +0200 |
commit | d67d0686f2038cbef6fa110dadb5d77aba96e3e2 (patch) | |
tree | 055be9de42df4c1c7c3cdef6cbabe9a75556bf24 /README.md | |
parent | 73757cb8168be698d8d702d357490dc081d353d4 (diff) |
Add meson build
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ C++ wrapper for [mgl](https://git.dec05eba.com/mgl/about/) ## Build `x11, libxrender, libxrandr` ## Runtime -`libglvnd (libGL.so)` +`libglvnd (libGL.so, libGLX.so, libEGL.so)` # Notes Every window _get_ function is cached from the last event poll, no calls to x11 is made. Only one window can be created and used at once.\ -mglpp needs to be initialized first and then a window created, before other functions are called. +mglpp needs to be initialized first and then a window created, before other functions are called.
\ No newline at end of file |