Bartleby 0.1.0
A symbol renaming toolkit
Loading...
Searching...
No Matches
Using CMake

LLVM (15.0) is required to build Bartleby with CMake.

$ cmake -GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_DIR=$(llvm-config --cmakedir) \
-B build/
$ cmake --build build/

The CLI can then be found under the build/bin directory, and the library under the build/lib directory.

See also
LLVM: Getting Started, LLVM releases and LLVM Debian/Ubuntu packages