Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

bigdoods/ggIFC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages