ggIFC
GeometryGym DLL, Rhino plugin and CLI
Development
Linux
Install mono
$ aptitude install mono
or
$ yaourt mono
Automatic Build
$ make debug # or release
Manual Build
Compatability
There may be some path case iregularities when building from the csproj files, there is a script to make file paths unix compatible
$ bash scripts/clean_project_files.sh
Compile
Within the relevant project directory
$ xbuild ./*.csproj
This will create a bin directory within the project directory
Run
$ mono bin/testConsole.exe < filename.ifc