18 lines
541 B
Plaintext
18 lines
541 B
Plaintext
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
|