From 12b9e775df1f8afb4a1dc854cf722ea84fbfb61d Mon Sep 17 00:00:00 2001 From: Shengjiewang-Jason <105348087+Shengjiewang-Jason@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:55:45 +0800 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 9f3beed..229db7d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -52,3 +52,8 @@ cd - cd ez/mcts/ctree_v2 sh make.sh ``` +1. In addition to compiling `ctree`, also compile `ori_ctree` : + ```bash + cd ez/mcts/ori_ctree + sh make.sh + ```