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
|
## 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
|
### Build
|
||||||
|
|
||||||
Clone the repo, `cd hmml_to_html` and run:
|
1. `zsh hmml_to_html.c` (replacing zsh with your shell as appropriate)
|
||||||
|
|
||||||
zsh hmml_to_html.c
|
|
||||||
|
|
||||||
(replacing zsh with your shell as appropriate)
|
|
||||||
|
|
||||||
This outputs a binary `hmml_to_html`
|
|
||||||
|
|
||||||
### Run
|
### Run
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue