Data Exchange with ISO 10303

Quick-start Instructions

~ $ sudo apt-get install git cmake gcc make

~ $ git clone https://github.com/stepcode/stepcode.git stepcode

~ $ cd stepcode; mkdir build; cd build

~ $ cmake .. -DSC_BUILD_SCHEMAS=ap214

~ $ make -j4

# => This generates code for the specified schema (AP214) and compiles it.

# => Utilities and support libs are compiled as well. All are placed in ./bin and ./lib