add a note on the dependency on regex.h
This commit is contained in:
parent
d0072a1406
commit
8cef42b8cc
|
@ -188,6 +188,7 @@ picrin scheme depends on some external libraries to build the binary:
|
||||||
- lex (preferably, flex)
|
- lex (preferably, flex)
|
||||||
- getopt
|
- getopt
|
||||||
- readline (optional)
|
- readline (optional)
|
||||||
|
- regex.h of POSIX.1 (optional)
|
||||||
|
|
||||||
Optional libraries are, if cmake detected them, automatically enabled.
|
Optional libraries are, if cmake detected them, automatically enabled.
|
||||||
The compilation is tested only on Mac OSX and Ubuntu. I think (or hope) it'll be ok to compile and run on other operating systems such as Arch or Windows, but I don't guarantee :(
|
The compilation is tested only on Mac OSX and Ubuntu. I think (or hope) it'll be ok to compile and run on other operating systems such as Arch or Windows, but I don't guarantee :(
|
||||||
|
|
Loading…
Reference in New Issue