Skip to content

Building MongaComp

LucasMW edited this page Jan 19, 2017 · 1 revision

##Requirements to Build:

  • C compiler
  • make
  • flex
  • bison
  • bash

$ git clone https://github.com/LucasMW/mongaComp/

$ cd mongaComp

$ make

$ make test

If all tests were ok, it should be ok

Clone this wiki locally