rapid Max implementation of RapidLib building Start in top directory of repository Configure macOS: mkdir build && cd build && cmake -G Xcode .. Configure windows: mkdir build && cd build && cmake .. Build release: cmake --build build --config 'Release'