lutaml / expressir

Ruby parser for the ISO EXPRESS language
3 stars 2 forks source link

Create native platform gems to require compilation tools #43

Closed ronaldtse closed 3 years ago

ronaldtse commented 3 years ago

As reported by @abunashir : https://github.com/metanorma/metanorma-cli/issues/202

It is necessary to install compilation tools to build the expressir gem, such as automake, g++, etc. Users of this gem should not need to do so.

@CAMOBAP is currently working on platform gems to address #42.

CAMOBAP commented 3 years ago

Platform gems will not require such tools anymore, there is few subtasks left in #42

CAMOBAP commented 3 years ago

@abunashir @ronaldtse should work now for 0.2.7 release (please reopen in you still have any issues)

ronaldtse commented 3 years ago

Thank you @camobap!