README.md: Parser building instructions [#26]
This commit is contained in:
parent
aff371b91d
commit
048d522657
18
README.md
18
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue