Skip to content

Commit

Permalink
Document that flex and bison are requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasse Karstensen committed Apr 19, 2016
1 parent 4d32f24 commit a589f82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ Makefile
/install-sh
/autom4te.cache
/hitch.8
# Flex output files.
/src/cfg_lex.c
/src/cfg_parser.c
/src/cfg_parser.h
/src/cfg_parser.output
/ylwrap
5 changes: 5 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ It has been tested the most heavily on Linux/x86_64.

## Installing from source

Install prerequisites on Debian based systems:

$ sudo apt-get install libev-dev libssl-dev automake python-docutils flex bison

To install `hitch`:

$ ./bootstrap # if running from git
Expand All @@ -20,6 +24,7 @@ To install `hitch`:
This will install Hitch to /usr/local/, unless you override the destination
with ./configure --prefix=/foo (as usual)


## Installing from packages

``FreeBSD``
Expand Down

0 comments on commit a589f82

Please sign in to comment.