====== Building ScEnco ====== - Clone the most recent version by running: git clone https://github.com/allegroCoder/scenco-workcraft - Navigate to the ''scenco-workcraft'' directory. - 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). - Save these changes. - In file ''scenco-workcraft/Makefile'' remove ''-static'' from ''LD_FLAGS'' on line 7. - In the ''scenco-workcraft'' directory in the terminal, run ''make''. - The binary, ''scenco'', can now be found in ''scneco-workcraft''.