-
Notifications
You must be signed in to change notification settings - Fork 72
Building from source
Jean-André Santoni edited this page Nov 12, 2019
·
4 revisions
Building Ludo from source is for developers and contributors.
sudo apt install git go libopenal-dev xorg-dev
git clone https://github.com/libretro/ludo.git
go build
- Setup Git Bash
- Setup Go
- Setup MinGW-w64 and add it to your PATH
- Download http://static.kivutar.me/openal-soft-1.19.0-bin.zip and extract it for example in C:
export CGO_CFLAGS="-I/c/openal-soft-1.19.0-bin/include/"
export CGO_LDFLAGS="-L/c/openal-soft-1.19.0-bin/build/Release/"
git clone https://github.com/libretro/ludo.git
go build
- Setup XCode
brew install go
brew install openal-soft
git clone https://github.com/libretro/ludo.git
go build