Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Windows Development Environment Setup

Matthew Bowley edited this page Aug 31, 2022 · 3 revisions
  1. Download and install Msys2 - https://www.msys2.org/ - use the default installation folder.
  2. In the msys2 command line that opens, run pacman -Syu
  3. Install the required libraries - pacman -S --needed git make base-devel mingw-w64-x86_64-gcc mingw-w64-x86_64-go mingw-w64-x86_64-pkg-config mingw-w64-x86_64-portaudio mingw-w64-x86_64-aubio
  4. You can now git pull https://github.com/LedFx/ledfx_rewrite/
  5. Open the folder in VS Code - will be in C:/msys64/home/<username>/ledfx_rewrite
  6. You should have the MSYS2 mingw64 shell available as a terminal option within VS Code.
  7. Within the MSYS2 mingw64 terminal, run go run ./cmd/ledfx/ to get all of the go deps, build the cgo libs and run ledfx 😃
Clone this wiki locally