From: kosako Date: Mon, 18 Apr 2016 07:04:36 +0000 (+0900) Subject: update README etc.. for Windows platform X-Git-Tag: v6.0.0^2~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1ebb58d7c935fd7f8dd58cd4810cfc776629ed9;p=onig update README etc.. for Windows platform --- diff --git a/README b/README index 9f91007..24f813f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -README 2016/04/06 +README 2016/04/18 Oniguruma ---- (C) K.Kosako @@ -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 diff --git a/README.ja b/README.ja index 536b166..b9de503 100644 --- a/README.ja +++ b/README.ja @@ -1,4 +1,4 @@ -README.ja 2016/04/06 +README.ja 2016/04/18 µ´¼Ö ---- (C) K.Kosako @@ -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 + diff --git a/README.md b/README.md index 7e039b2..b2ffd5f 100644 --- 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