mirror of
https://github.com/platformio/platform-linux_x86_64.git
synced 2025-09-04 13:10:58 +00:00
520 B
520 B
How to build PlatformIO based project
- Install PlatformIO Core
- Download development platform with examples
- Extract ZIP archive
- Run these commands:
# Change directory to example
$ cd platform-linux_x86_64/examples/hello-world
# Build project
$ pio run
# Run program
> .pio/native/program
# Clean build files
$ pio run --target clean