Up Next

1  Installing h1

To install, the preferred way is as follows. First, install GimML, a variant of the Standard ML language of my own.

If you install from sources, do not forget to install the lexer generator glex and the parser generator gyacc.

Second, fetch the h1 tool suite compressed tar ball. Decompress anywhere you want. Then type
tar -xvjf h1.1.tbz
cd H1.1/
./configure
make
make install exec_prefix=/usr/local
The latter assumes you want to install the h1 tool suite binaries in /usr/local/bin, etc.


The files in the h1 tool suite include:
Up Next