- Xcode
- Xcode Command Line Tools
brew install cmake
git clone --recursive https://github.com/TypeDuck-HK/librime.git
cd librime
source install-boost.sh
This should set the BOOST_ROOT
variable to the installation path.
make xcode/deps
make xcode
Or, create a debug build:
make xcode/debug
make xcode/test
Or, test the debug build:
make xcode/test-debug
librime
comes with a REPL application which can be used to test if the library
is working.
cd debug/bin
./Debug/rime_api_console