We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MacOS prerequisites: xcode-select --install
xcode-select --install
Get build dependencies:
brew install cmake ninja autoconf automake libtool pkg-config
Apple Silicon:
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./ -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake -DTODDS_NEON_SIMD=on -DTODDS_REGULAR_EXPRESSIONS=off -DVCPKG_TARGET_TRIPLET=arm64-osx .. && cmake --build . --target install