How to Build ============ External Dependencies --------------------- - glslang, from Khronos's glslang project (https://github.com/KhronosGroup/glslang) - AsciiDoc (http://asciidoc.org) - libxml2 (http://www.xmlsoft.org) - Python3 - Python3 OpenCV (http://opencv.org) Configure and Build ------------------- Do the typical meson dance: $ meson bin $ ninja -C bin The configure script will search for Vulkan headers and libraries in the usual system locations. You can modify the search paths with environment variables CPATH and LIBRARY_PATH [see man:gcc(1)]. How to Install ============== Sorry. Crucible does not yet support `ninja install`.