You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,19 +58,30 @@ pio run -e m5stack-cplus1_1 -t build-firmware
58
58
59
59
### Windows
60
60
61
+
# Windows build
61
62
* Install [Git](https://git-scm.com/download/win)
62
63
* Install Python using the Microsoft Store
63
64
* Install VSCode
64
-
* Download or Git clone the repository
65
-
* Within VSCode, `File -> Open Folder...` and select the folder you just extracted/cloned
66
-
* If it doesn't prompt to install PlatformIO, click on "Extentions" (4 swares icon on the left) and install PlatformIO (and restart VSCode)
65
+
* Install MSYS2 https://www.msys2.org/ at default path
66
+
* Open C:\msys64\ucrt64.exe
67
+
* Run on UCRT64 terminal: `pacman -S --needed mingw-w64-i686-toolchain`
68
+
* Add C:\msys64\mingw32\bin to PATH, cmd: `setx PATH "%PATH%;C:\msys64\mingw32\bin"`
69
+
* Download the repository and extract it somewhere you want
70
+
* Within VSCode, `File>Open Folder...` and select the folder of the firmware
71
+
* If it doesn't prompt to install Platformio, click on "Extentions" (4 swares icon on the left) and install Platformio (and restart VsCode)
67
72
* In the Status bar (down on the screen) click where is written `Default (Bruce-main)`
68
-
* A menu will appear in the Search bar (up on screen), select your device "env"
73
+
* A little Menu will appear in the Search bar (up on screen), select your device "env"
69
74
* Now click in the :heavy_check_mark: Icon in the Status Bar (beside the cute little House), it will start building your project
70
-
*If you want to upload directly, you can do it clicking in the "->" arrow to upload to your device
75
+
*if you want to upload directly, you can do it clicking in the "->" arrow to upload to your device
71
76
* If you want to output a binary you can flash, use the "build-firmware" Custom task in the PlatformIO Extension Sidebar Menu named "project tasks"
72
77
73
78
79
+
### On MAC
80
+
* run on terminal: `xcode-select --install`
81
+
82
+
74
83
## GitHub Actions
75
84
76
85
You can use the Github workflow to build the binaries for you with Actions, the last releases are available in the Artifacts, but you can fork the project and make the changes you want to this, then build on your using your own Actions.
0 commit comments