-
Notifications
You must be signed in to change notification settings - Fork 231
RimeWithSquirrel
佛振 edited this page Mar 7, 2015
·
5 revisions
Build instructions for Squirrel.
-
You should already have installed cmake, git and Xcode with Command Line Tools.
-
Install dependencies with Homebrew.
brew install boost
-
Checkout the code.
git clone [email protected]:rime/squirrel.git # for brise & librime cd squirrel git submodule update --init
-
Build dependencies.
Build librime's dependencies:
make -C librime -f Makefile.xcode thirdparty
Note: you can also
brew install
all the dependent libraries instead of the above.Then build librime and data files that Squirrel depends on:
make deps
-
Build Squirrel.
make # or: #make debug
sudo make install
# or:
#sudo make install-debug
That's it. Thanks for reading.