diff options
Diffstat (limited to 'ext/bcmath/libbcmath/INSTALL')
-rw-r--r-- | ext/bcmath/libbcmath/INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/bcmath/libbcmath/INSTALL b/ext/bcmath/libbcmath/INSTALL new file mode 100644 index 0000000..8893a07 --- /dev/null +++ b/ext/bcmath/libbcmath/INSTALL @@ -0,0 +1,9 @@ +Currently, only libbcmath.a is built. To build and install it, do + + configure + make + make install + +Typical configure parameters are available. (e.g. PREFIX) + +Bugs and comments to philnelson@acm.org. |