From: kosako Date: Wed, 6 Apr 2016 01:02:07 +0000 (+0900) Subject: update README for autoreconf X-Git-Tag: v6.0.0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4f49b12a8b766afd860e5a9d670c00088aaef85;p=onig update README for autoreconf --- diff --git a/README b/README index db3e1d5..9f91007 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README 2016/03/28 +README 2016/04/06 Oniguruma ---- (C) K.Kosako @@ -30,18 +30,16 @@ Install 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 diff --git a/README.ja b/README.ja index 4b0ef40..536b166 100644 --- a/README.ja +++ b/README.ja @@ -1,4 +1,4 @@ -README.ja 2016/03/28 +README.ja 2016/04/06 µ´¼Ö ---- (C) K.Kosako @@ -30,19 +30,16 @@ https://github.com/kkos/oniguruma ¥±¡¼¥¹£±: 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 diff --git a/README.md b/README.md index 1d86a32..7e039b2 100644 --- a/README.md +++ b/README.md @@ -31,18 +31,16 @@ Install ### 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