Installing the opentheory tool from source
Installing the opentheory tool from source requires an installation of either
MLton,
Poly/ML
or
Moscow ML,
as well as standard system tools including GNU Make and Perl.
- Download
the opentheory.tar.gz file.
- Extract it with the command tar xvzf opentheory.tar.gz
- There will be a new directory called opentheory. Change to
this directory.
- To build using
MLton:
- Build with the command make mlton
- Test with the command bin/mlton/opentheory help
- To build using
Poly/ML:
- Build with the command make polyml
- Test with the command bin/polyml/opentheory help
- To build using
Moscow ML:
- Build with the command make mosml
- Test with the command bin/mosml/opentheory help
- If the test results in a usage message, the installation was
successful.
- A more serious test is to install the standard theory library
using the command path/to/opentheory install base
If anything goes wrong, you can use the command make clean
to clean out any object files.
Troubleshooting
To report a bug or request an enhancement, please file an issue at
GitHub.