diff options
| author | Rui Hirokawa <hirokawa@php.net> | 2003-08-23 06:18:44 +0000 |
|---|---|---|
| committer | Rui Hirokawa <hirokawa@php.net> | 2003-08-23 06:18:44 +0000 |
| commit | 5a80df26f3a66f08c376bf959e608ea80071204a (patch) | |
| tree | bad99c2afb794cc1795c4be0701d1883b19ff85e /ext/mbstring/libmbfl/INSTALL | |
| parent | d696f1267af69779aa361159de563d1886989a1a (diff) | |
| download | php-git-5a80df26f3a66f08c376bf959e608ea80071204a.tar.gz | |
@mbfilter is changed to bundled version of libmbfl to prevent LGPL licence problem. mbregex is changed to oniguruma.
Diffstat (limited to 'ext/mbstring/libmbfl/INSTALL')
| -rw-r--r-- | ext/mbstring/libmbfl/INSTALL | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/mbstring/libmbfl/INSTALL b/ext/mbstring/libmbfl/INSTALL new file mode 100644 index 0000000000..b07c9157cd --- /dev/null +++ b/ext/mbstring/libmbfl/INSTALL @@ -0,0 +1,12 @@ + +For UNIX compatible system, + +./buildconf +./configure +make +make install + +For Windows, + +Visual C++ 6.0 and Borland C++ 5.0 is suppoted. + |
