-
Notifications
You must be signed in to change notification settings - Fork 6
Building HAC
LucasMW edited this page Jan 19, 2018
·
2 revisions
##Requirements to Build:
- C compiler
- make
- flex
- bison
- bash
$ git clone https://github.com/LucasMW/Headache/
$ cd Headache
$ make
Now HAC can be called by
$ ./hac file.ha
It outputs to a.bf as default
If you wish to install hac, simple do
$ make install
and put the Headache directory in your $PATH
$ make test
If all tests were ok, it should be ok