diff options
Diffstat (limited to 'ecp/README')
-rw-r--r-- | ecp/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ To build this library you will need GNU Make installed and any modern C compiler First you need to create features.mk makefile: cp src/platform/posix/features_tmpl.mk src/platform/posix/features.mk -Edit it according to your needs. Defaults are fine. Note that with_frag, with_rbuf and with_msgq are experimental features and should not be used in production. +Edit it according to your needs. Defaults are fine. Note that with_rbuf and with_msgq are experimental features and should not be used in production. To (re)build library, utilities and tests simply do: ./build.sh (MAKE=gmake ./build.sh on *BSD systems) |