Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 568 Bytes

README-alswl.md

File metadata and controls

33 lines (22 loc) · 568 Bytes

librime patched with ./plugins/charcode/

patched:

git submodule add git@github.com:rime/librime-charcode.git plugins/charcode

Build with dynamic(local boost and icu required):

export LIBRARY_PATH=${LIBRARY_PATH}:/usr/local/opt/icu4c/lib

brew install boost
brew install icu4c
make xcode/thirdparty
make xcode/release-with-icu

Build with static build:

make xcode/thirdparty/icu4c
make xcode/thirdparty/boost
export BOOST_ROOT="$(pwd)/thirdparty/src/boost_1_75_0"

make xcode/thirdparty

# make xcode/test
make xcode/release-with-icu