From 8b7bda062704d258c340f901092afdfb64562909 Mon Sep 17 00:00:00 2001 From: LEO Yoon-Tsaw Date: Sat, 27 Apr 2024 21:49:47 -0400 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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