Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.04 KB

Windows.md

File metadata and controls

47 lines (39 loc) · 1.04 KB

Windows Build

From Windows (Native Compilation)

Setup a development envioronment using MSYS2 and Golang

make sure to also read the comments on the above guide

Run the MinGW64 shell from the start menu

git clone https://github.com/BrownNPC/Youtube-Music-TUI
cd ./Youtube-Music-TUI/
python buildWindows.py

From Linux or WSL2 (Cross-Compile to Windows)

Install mingw-gcc and 7zip packages for your distro

Ubuntu | Debian | Mint | Pop!_OS | WSL

sudo apt update
sudo apt install mingw-w64 p7zip-full

Fedora | Nobara

sudo dnf install mingw64-gcc  p7zip

Arch Linux

sudo pacman -S mingw-w64-gcc p7zip

OpenSUSE

sudo zypper install mingw64-gcc p7zip
Run the command sequence
git clone https://github.com/BrownNPC/Youtube-Music-TUI
cd ./Youtube-Music-TUI/
python buildWindows.py