How to Build ============ External Dependencies --------------------- - glslc, from Google's shaderc project (http://github.com/google/shaderc) - AsciiDoc (http://asciidoc.org) - libxml2 (http://www.xmlsoft.org) - Python3 - Python2 - Python2 OpenCV (http://opencv.org) Configure and Build ------------------- Do the typical autotools dance: $ autoreconf -vfi $ ./configure $ make 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 `make install`.