[Groonga-mysql-commit] mroonga/mroonga at 0d373ab [master] doc developer release: Use Visual Studio 12(2013) in building instruction in Windows

Back to archive index

Hiroshi Hatake null+****@clear*****
Tue Mar 29 17:04:59 JST 2016


Hiroshi Hatake	2016-03-29 17:04:59 +0900 (Tue, 29 Mar 2016)

  New Revision: 0d373abd58ab147ce4a81e09b36167eb13b24548
  https://github.com/mroonga/mroonga/commit/0d373abd58ab147ce4a81e09b36167eb13b24548

  Merged 0e48168: Merge pull request #103 from mroonga/use-visual-studio-2013-in-build-instruction

  Message:
    doc developer release: Use Visual Studio 12(2013) in building instruction in Windows

  Modified files:
    doc/source/developer/release.rst

  Modified: doc/source/developer/release.rst (+2 -2)
===================================================================
--- doc/source/developer/release.rst    2016-03-28 15:58:50 +0900 (581064f)
+++ doc/source/developer/release.rst    2016-03-29 17:04:59 +0900 (c5247ab)
@@ -249,7 +249,7 @@ zip 展開機能はとても遅いので 7-zip などを使いましょう。展
 
  > mkdir build-32
  > cd build-32
- > cmake ..\source -G "Visual Studio 10" > config.log
+ > cmake ..\source -G "Visual Studio 12" > config.log
  > cmake --build . --config RelWithDebInfo > build.log
  > cmake --build . --config RelWithDebInfo --target msi > msi.log
  > move *.msi ..\
@@ -258,7 +258,7 @@ zip 展開機能はとても遅いので 7-zip などを使いましょう。展
  > cd ..
  > mkdir build-64
  > cd build-64
- > cmake ..\source -G "Visual Studio 10 Win64" > config.log
+ > cmake ..\source -G "Visual Studio 12 Win64" > config.log
  > cmake --build . --config RelWithDebInfo > build.log
  > cmake --build . --config RelWithDebInfo --target msi > msi.log
  > move *.msi ..\
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index