Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 568 Bytes

File metadata and controls

31 lines (24 loc) · 568 Bytes

mezmer

OP-XY/Z sound visualiser

Quick run

rm main; go build -o main; ./main

Building from Source

The build system was tested only on a mac.

Required packages:

brew install glfw
brew install pkg-config
brew install mingw-w64

Build for Darwin

GOOS=darwin GOARCH=arm64 go build -o bin/mezmer
CGO_ENABLED=1 GOOS=windows CC="x86_64-w64-mingw32-gcc" GOARCH=amd64 go build -o dist/Mezmer_Win_x64.exe
CGO_ENABLED=1 GOOS=windows CC="i686-w64-mingw32-gcc" GOARCH=386 go build -o dist/Mezmer_Win_x32.exe