-README 2016/03/28
+README 2016/04/06
Oniguruma ---- (C) K.Kosako <kkosako0@gmail.com>
Case 1: Unix and Cygwin platform
- 1. ./configure
- 2. make
- 3. make install
+ 1. autoreconf -vfi (* case: configure script is not found.)
+
+ 2. ./configure
+ 3. make
+ 4. make install
* uninstall
make uninstall
- * test (ASCII/EUC-JP)
-
- make atest
-
* configuration check
onig-config --cflags
-README.ja 2016/03/28
+README.ja 2016/04/06
µ´¼Ö ---- (C) K.Kosako <kkosako0@gmail.com>
¥±¡¼¥¹£±: Unix¤ÈCygwin´Ä¶
- 1. ./configure
- 2. make
- 3. make install
+ 1. autoreconf -vfi (* configure¥¹¥¯¥ê¥×¥È¤¬¤Ê¤¤¤È¤¤À¤±)
+
+ 2. ./configure
+ 3. make
+ 4. make install
¥¢¥ó¥¤¥ó¥¹¥È¡¼¥ë
make uninstall
- ưºî¥Æ¥¹¥È (ASCII/EUC-JP)
-
- make atest
-
-
¹½À®³Îǧ
onig-config --cflags
### Case 1: Unix and Cygwin platform
- 1. ./configure
- 2. make
- 3. make install
+ 1. autoreconf -vfi (* case: configure script is not found.)
+
+ 2. ./configure
+ 3. make
+ 4. make install
* uninstall
make uninstall
- * test (ASCII/EUC-JP)
-
- make atest
-
* configuration check
onig-config --cflags