diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -27,6 +27,10 @@ Compilation ----------- Optionally run `./configure` (see `./configure -h` for options). + +Some build hosts require calling `./configure` with `-B-lm` to pass `-lm` to the +linker for certain math.h functions. + Run `redo all` to build the library and tests. Testing |