Update INSTALL.md

This commit is contained in:
Shengjiewang-Jason 2024-08-09 21:55:45 +08:00 committed by GitHub
parent 1367bca203
commit 12b9e775df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```