1# Setting Up the Windows Environment 2 3In embedded development, Windows-based tools, such as Visual Studio Code, are widely used in code editing. Yet, because the source code of most development boards, such as Hi3861 and Hi3516, cannot be built in Windows, these development boards require the Ubuntu build environment. 4 5In the Windows+Ubuntu hybrid build environment, you can enjoy the benefits of both DevEco Device Tool for Windows and DevEco Device Tool for Ubuntu (where Visual Studio Code is optional). 6 7The following describes how to set up the Windows environment. 8 9## System Requirements 10 11- Windows 10 (64-bit): 8 GB or larger memory and a 100 GB or larger hard disk recommended 12 13- DevEco Device Tool: latest and same version installed on both Windows and Ubuntu 14 15 16## Procedure 17 181. Download the latest version of [DevEco Device Tool](https://device.harmonyos.com/cn/ide#download) for Windows. 19 202. Decompress the DevEco Device Tool package, double-click the installer, and then click **Next**. 21 223. On the page shown, read the user agreement and privacy statement carefully and select **I accept the licenses** before proceeding to the next step. 23 244. Set the installation path for DevEco Device Tool and click **Next**. Make sure the path does not contain Chinese characters and is **in a drive other than the C drive**. 25 26 275. Install the dependent tools by following the onscreen instructions. 28 29 You can select **Install** or **Custom** as needed: 30 31 - **Install**: Install the software based on the default path and parameters. 32 33 - **Custom**: You can customize the installation path and other parameters before the installation. 34 35 After the installation is complete, the status of the dependent tools should be **OK**. 36 376. Click **Install** to install DevEco Device Tool. 38 397. Wait for the DevEco Device Tool setup wizard to automatically install DevEco Device Tool. After the installation is complete, click **Finish** to close the setup wizard. 40 418. From Visual Studio Code, access the DevEco Device Tool page. Now you can conduct your development in DevEco Device Tool. 42 43 ![en-us_image_0000001338012765](figures/en-us_image_0000001338012765.png) 44