Building ScEnco

  1. Clone the most recent version by running: git clone https://github.com/allegroCoder/scenco-workcraft
  2. Navigate to the scenco-workcraft directory.
  3. Edit scenco-workcraft/inc/config.h and at line 21 set scenariosLimit to 200. (This is necessary for OSX only as allocating much memory is problematic).
  4. Save these changes.
  5. In file scenco-workcraft/Makefile remove -static from LD_FLAGS on line 7.
  6. In the scenco-workcraft directory in the terminal, run make.
  7. The binary, scenco, can now be found in scneco-workcraft.