If you have installed the build tools locally, and wish to run the locally-installed compilation tools, there is nothing further to set.
If you don’t want to deal with local dependencies, use the docker:
docker run -v "$(pwd)":/metanorma -w /metanorma -it metanorma/mn metanorma site generate --agree-to-terms
metanorma site generate --agree-to-terms
The following outputs will be built:
-
Metanorma XML (https://github.com/metanorma/metanorma-model-iso) (
[filename].xml
) -
RFC XML v3 (
[filename].rfc.xml
) -
HTML (
[filename].html
) -
TXT (
[filename].txt
)