From 048d52265795a32dfe5140c39c8396e6b521d395 Mon Sep 17 00:00:00 2001 From: Matt Mascarenhas Date: Tue, 25 Jul 2017 00:43:26 +0100 Subject: [PATCH] README.md: Parser building instructions [#26] --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6933a34..e5b1b86 100644 --- a/README.md +++ b/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