# platform-windows_amd64 **Repository Path**: kaikong/platform-windows_amd64 ## Basic Information - **Project Name**: platform-windows_amd64 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-03-01 - **Last Updated**: 2021-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Windows x86: development platform for [PlatformIO](http://platformio.org) [![Build status](https://ci.appveyor.com/api/projects/status/4tqtddjgafvwawmn/branch/develop?svg=true)](https://ci.appveyor.com/project/ivankravets/platform-windows-x86/branch/develop) Windows x86 (32-bit) is a metafamily of graphical operating systems developed and marketed by Microsoft. Using host OS (Windows, Linux 32/64 or Mac OS X) you can build native application for Windows x86 platform. * [Home](http://platformio.org/platforms/windows_x86) (home page in PlatformIO Platform Registry) * [Documentation](http://docs.platformio.org/page/platforms/windows_x86.html) (advanced usage, packages, boards, frameworks, etc.) # Usage 1. [Install PlatformIO Core](http://docs.platformio.org/page/core.html) 2. Install Windows x86 development platform: ```bash # install the latest stable version > platformio platform install windows_x86 # install development version > platformio platform install https://github.com/platformio/platform-windows_x86.git ```