Installing Gomi from Source
Installing Gomi 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 gomi.tar.gz file.
- Extract it with the command tar xvzf gomi.tar.gz
- There will be a new directory called gomi. Change to
this directory.
- To build using
MLton:
- Build with the command make mlton
- Test with the command bin/mlton/gomi --help
- To build using
Poly/ML:
- Build with the command make polyml
- Test with the command bin/polyml/gomi --help
- To build using
Moscow ML:
- Build with the command make mosml
- Test with the command bin/mosml/gomi --help
- If the test results in a usage message, the installation was
successful.
If anything goes wrong, you can use the command make clean
to clean out any object files.
Troubleshooting
To report bugs or obtain help, please email
joe@gilith.com