![Seeed Technology MeshBee Series Скачать руководство пользователя страница 6](http://html.mh-extra.com/html/seeed-technology/meshbee-series/meshbee-series_cookbook_1232954006.webp)
©2014 Seeed Technology Inc.
MB_2014_D02
6
Installing IDE
When finished the installing, you can test the tool chain if you are not sure whether it is
successful or not. Perform these steps:
1)
Clone the latest firmware source code from github.
2)
Copy the source code folder to C:/Jennic/Application/.
3)
Open Jennic Bash Shell.
4)
Type these shell commands:
cd MeshBeeMasterBranch
cd build
./build.sh
Note:
The developing toolchain supports windows only. For
Linux and Mac users, a windows VM is recommended.
Note:
execute ./build.sh or ./build_xxx_clean.sh
+ ./build_xxx.sh. Make sure the “clean” step was taken.