ported the University CGI demo from WINDOWS + GLUT + GLEW + GLU + OpenGL 4 to LINUX WAYLAND + EGL + GLES 2 with minimal cuts
This commit is contained in:
17
README
Normal file
17
README
Normal file
@@ -0,0 +1,17 @@
|
||||
special thanks to
|
||||
|
||||
https://gist.github.com/lmarz/1059f7c4101a15e2a04d6991d7b7b3d1
|
||||
|
||||
which provided a minimal example, allowing me to shorten the suffering of skimming through the shitty wayland documentation
|
||||
|
||||
|
||||
INSTALL:
|
||||
|
||||
run "./generate_sources.sh"
|
||||
will generate the wayland headers and sources needed by the program
|
||||
the generated files will be in "./wlroot_objects"
|
||||
|
||||
run "make"
|
||||
will imports a bunch of definitions from "external.mk"
|
||||
then will run "./wlroot_objects/Makefile"
|
||||
and finally ends the build process with its own jobs
|
||||
Reference in New Issue
Block a user