You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, we are now missing appropriate documentation for developers who wish to develop with Metanorma and/or use other Ruby tools (e.g. stepmod-utils) with Metanorma.
This task is to provide such documentation.
The text was updated successfully, but these errors were encountered:
# Install Xcode and associated development tools
xcode-select —install
# Install GCC and development tools
brew install autoconf gcc make
# Install rbenv (the default macOS Ruby is used by system and can be tricky with installs/uninstalls)
brew install rbenv
# Install Ruby 2.7.4
rbenv install 2.7.4
# Install stepmod-utils
gem install stepmod-utils
We used to recommend https://github.com/metanorma/metanorma-macos-setup/ but it is now archived/obsolete due to other user setup options.
However, we are now missing appropriate documentation for developers who wish to develop with Metanorma and/or use other Ruby tools (e.g.
stepmod-utils
) with Metanorma.This task is to provide such documentation.
The text was updated successfully, but these errors were encountered: