Skip to content
Snippets Groups Projects
Commit 6b21b21c authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Updated README

parent 2905a124
Branches
Tags
No related merge requests found
......@@ -54,11 +54,12 @@ Not all prerequisites are available as ports on BSD.
- version 0.6.4 compiles on BSD without any source code modifications
- in case of x86_64 build, CFLAGS nad build type has to be set appropriately.
$ CFLAGS=-fPIC ./configure --build amd64
- flex must be newer version from ports that support reentrant parsers
Knot requires more recent version of flex from ports, to prevent name clash, specify flex destination.
$ cd <knot sources>
$ autoreconf -if
$ LEX_R=/usr/local/bin/flex ./configure
$ ./configure
$ make && sudo make install
Installation on OS X
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment