env-windows/README.md

21 lines
998 B
Markdown
Raw Normal View History

2022-08-13 01:38:17 +08:00
# Env for Windows
2022-08-13 01:55:01 +08:00
## How to download
2022-08-13 09:50:08 +08:00
Please use git command and clone recursively, then follow the tutorials and documents to install Env tool:
2022-08-13 01:55:01 +08:00
```shell
2022-09-02 01:29:49 +08:00
git clone --recursive --depth 1 https://github.com/RT-Thread/env-windows.git
2022-08-13 01:55:01 +08:00
```
2022-08-13 01:38:17 +08:00
2022-08-13 01:55:01 +08:00
## Tutorials and documents
2022-08-13 01:38:17 +08:00
- [How to install and use Env tool (document)](https://github.com/RT-Thread/rt-thread/blob/master/documentation/env/env.md)
- [Get Started with RT-Thread Env Tool (video)](https://www.youtube.com/watch?v=dEK94o_YoSo)
2023-07-26 08:31:37 +08:00
- [How to use QEMU simulator with Env tool in Windows (document)](https://github.com/RT-Thread/rt-thread/blob/master/documentation/quick-start/quick_start_qemu/quick_start_qemu_windows.md)
2022-08-13 01:51:21 +08:00
- [Development Tools Selection (video)](https://www.youtube.com/watch?v=F_kU1CMjLKw)
2022-08-13 01:38:17 +08:00
2023-07-26 08:32:50 +08:00
## Upstream and dependencies repository
These repositories will be covered as submodles in this project.
2022-08-13 01:38:17 +08:00
- [RT-Thread Env Script](https://github.com/RT-Thread/env)
- [RT-Thread software packages index](https://github.com/RT-Thread/packages)