Alternative to cxx-common based on LLVMParty/packages (superbuild pattern).
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build buildThis will create a CMake prefix, which you pass to your project with -DCMAKE_PREFIX_PATH:FILEPATH=/path/to/dependencies/install. See presentation.md and dependencies.md for more information.
To also build and install sleigh into the same prefix, enable ENABLE_SLEIGH.
By default it uses Remill's local patch set from ./sleigh_patches.
cmake -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_SLEIGH=ON
cmake --build buildFor the Docker image, pass --build-arg ENABLE_SLEIGH=ON to build and install sleigh there as well.