| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This demo should help you to organize your project with awesome PlatformIO IDE.
https://code.visualstudio.com/ - follow instructions there, if you don't have vscode yet.
Linux (Ubuntu, Debian, ...)
Use one of options below:
# 64 bits
sudo apt-get install libsdl2-dev# 32 bits
sudo apt-get install gcc-multilib g++-multilib libsdl2-dev:i386Note:
MacOS
Use Homebrew:
brew install sdl2Windows
Use MSYS2
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-SDL2Add the path to your Mingw-w64 bin folder to the Windows PATH environment variable (usually C:\msys64\mingw64\bin). See instruction, 4.
If you plan to upload firmware & debug hardware, read notes in PlatformIO install docs.
To build/execute, on PlafomIO tab expand desired env and click target:
Note, for emulator env upload also executes compiled binary.
| Back | FazBrowse Home | New Git URL |