Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 443 Bytes

BUILDING.md

File metadata and controls

19 lines (17 loc) · 443 Bytes

Building from source

Linux, Mac OS X

  git clone https://github.com/Eyescale/Buildyard.git
  cd Buildyard
  git clone https://github.com/Eyescale/config.git config.eyescale
  make Equalizer

Windows

  git clone https://github.com/Eyescale/Buildyard.git
  cd Buildyard
  git clone https://github.com/Eyescale/config.git config.eyescale
  [Use CMake UI to configure]
  [Open Buildyard.sln]
  [Build 00_Main - Equalizer]