git clone git@github.com:cubicvoid/erachnid.git
cd erachnid
git submodule init
git submodule update
cmake -Bbuild/debug -DCMAKE_BUILD_TYPE=Debug -DCOPY_AFTER_BUILD=TRUE
cmake --build build/debug --config Debug
(apple only for now)
cmake -G Xcode -B build/xcode .
open build/xcode/erachnid.xcodeproj
this will (possibly after building in xcode) let you open the xib files for the UI and link them to internal objective c owner classes.