# Groot-Windows **Repository Path**: Zhang9954/Groot-Windows ## Basic Information - **Project Name**: Groot-Windows - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-28 - **Last Updated**: 2024-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Groot for Windows + This is a forked modified Groot repo by [Aoi-hosizora](https://github.com/Aoi-hosizora). This is used by SCUT xxx (private) project. + For old README, please visit [README_old.md](./README_old.md). + Note that depended [BehaviorTree.CPP](https://github.com/BehaviorTree/BehaviorTree.CPP), [cppzmq](https://github.com/zeromq/cppzmq) and [libzmq](https://github.com/zeromq/libzmq) are all submodule-deinited. ## Build Groot on Windows and MinGW-x64 ```bash # Change to Your Qt path (line 12) vim CMakeLists.txt set PATH=D:\Development\Qt\5.15.2\mingw81_64\bin;%PATH% mkdir build cd build cmake .. -G "MinGW Makefiles" make -j8 ``` ## Note + Allow to define your owned builtin models and styles in `customized.xml`. ```xml svg/failure.svg #ff2222 svg/success.svg #00FF00 ```