]> granicus.if.org Git - onig/commitdiff
update README etc.. for Windows platform
authorkosako <kosako@sofnec.co.jp>
Mon, 18 Apr 2016 07:04:36 +0000 (16:04 +0900)
committerkosako <kosako@sofnec.co.jp>
Mon, 18 Apr 2016 07:04:36 +0000 (16:04 +0900)
README
README.ja
README.md

diff --git a/README b/README
index 9f910073390a26e1cbf4419959681b493417e176..24f813fb4eb8580646cab5e042b12e175ed80066 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-README  2016/04/06
+README  2016/04/18
 
 Oniguruma  ----   (C) K.Kosako <kkosako0@gmail.com>
 
@@ -49,20 +49,17 @@ Install
 
 
 
- Case 2: Win32 platform (VC++)
+ Case 2: Windows 64/32bit platform (VisualStudio)
 
-   1. copy win32\Makefile src\Makefile
-   2. copy win32\config.h src\config.h
-   3. cd src
-   4. nmake
+   execute make_win64 or make_win32
 
-      onig_s.lib:  static link library
-      onig.dll:    dynamic link library
+      src/onig_s.lib:  static link library
+      src/onig.dll:    dynamic link library
 
   * test (ASCII/Shift_JIS)
-   1. copy win32\testc.c src\testc.c
-   2. cd src
-   3. nmake ctest
+      1. cd src
+      2. copy ..\windows\testc.c .
+      3. nmake -f Makefile.windows ctest
 
 
 
index 536b166f084345b4cfcca1baca9d937fdfb7d42b..b9de50335b0a07c039d9dec34a119ac964566d51 100644 (file)
--- a/README.ja
+++ b/README.ja
@@ -1,4 +1,4 @@
-README.ja  2016/04/06
+README.ja  2016/04/18
 
 µ´¼Ö  ----   (C) K.Kosako <kkosako0@gmail.com>
 
@@ -49,20 +49,18 @@ https://github.com/kkos/oniguruma
 
 
 
- ¥±¡¼¥¹£²: Win32(VC++)´Ä¶­
+ ¥±¡¼¥¹£²: Windows 64/32bit (VisualStudio)´Ä¶­
 
-   1. copy win32\Makefile src\Makefile
-   2. copy win32\config.h src\config.h
-   3. cd src
-   4. nmake
+   make_win64 ¤¢¤ë¤¤¤Ï make_win32 ¤ò¼Â¹Ô
 
       onig_s.lib:  static link library
       onig.dll:    dynamic link library
 
-  * Æ°ºî¥Æ¥¹¥È (ASCII/Shift_JIS)
-   1. copy win32\testc.c src\testc.c
-   2. cd src
-   3. nmake ctest
+   * Æ°ºî¥Æ¥¹¥È (ASCII/Shift_JIS)
+      1. cd src
+      2. copy ..\windows\testc.c .
+      3. nmake -f Makefile.windows ctest
+
 
 
 
index 7e039b2baeca7b72167921256b0b691b72402450..b2ffd5f4ce63e836e84e1b6a66ef7c12403ac400 100644 (file)
--- a/README.md
+++ b/README.md
@@ -50,21 +50,18 @@ Install
 
 
 
-### Case 2: Win32 platform (VC++)
+### Case 2: Windows 64/32bit platform (VisualStudio)
 
-   1. copy win32\Makefile src\Makefile
-   2. copy win32\config.h src\config.h
-   3. cd src
-   4. nmake
+   execute make_win64 or make_win32
 
       onig_s.lib:  static link library
       onig.dll:    dynamic link library
 
    * test (ASCII/Shift_JIS)
 
-   1. copy win32\testc.c src\testc.c
-   2. cd src
-   3. nmake ctest
+      1. cd src
+      2. copy ..\windows\testc.c .
+      3. nmake -f Makefile.windows ctest