README.md: Parser building instructions [#26]

This commit is contained in:
Matt Mascarenhas 2017-07-25 00:43:26 +01:00
parent aff371b91d
commit 048d522657
1 changed files with 11 additions and 7 deletions

View File

@ -3,15 +3,19 @@ deployment
## hmml_to_html
### Download, and prepare the parser
1. `git clone git@gitssh.handmade.network:Annotation-Pushers/Annotation-System.git`
2. `cd Annotation-System/hmmlib`
3. `make`
4. `cp hmml.a hmmlib.h ../hmml_to_html/`
5. `cd ../hmml_to_html/`
Note: For each parser update, remember to make and copy it into place
### Build
Clone the repo, `cd hmml_to_html` and run:
zsh hmml_to_html.c
(replacing zsh with your shell as appropriate)
This outputs a binary `hmml_to_html`
1. `zsh hmml_to_html.c` (replacing zsh with your shell as appropriate)
### Run