diff --git a/INSTALL.md b/INSTALL.md index 48b60c427..7ba8730b4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -61,9 +61,10 @@ Choose one of the following options. ``` sh export BUILD_UNIVERSAL=1 -make -C librime xcode/deps/boost +cd librime +install-boost.sh -export BOOST_ROOT="$(pwd)/librime/deps/boost_1_78_0" +export BOOST_ROOT="$(pwd)/librime/deps/boost_1_82_0" ``` Let's set `BUILD_UNIVERSAL` to tell `make` that we are building Boost as