Skip to content

Building from source

Jean-André Santoni edited this page Nov 12, 2019 · 4 revisions

Building Ludo from source is for developers and contributors.

Linux

  • sudo apt install git go libopenal-dev xorg-dev
  • git clone https://github.com/libretro/ludo.git
  • go build

Windows

Mac OS X

  • Setup XCode
  • brew install go
  • brew install openal-soft
  • git clone https://github.com/libretro/ludo.git
  • go build
Clone this wiki locally