[Groonga-commit] groonga/groonga-normalizer-mysql at c459b86 [master] Use cmake --build

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 27 15:59:39 JST 2013


Kouhei Sutou	2013-05-27 15:59:39 +0900 (Mon, 27 May 2013)

  New Revision: c459b862b166782510bf14d0fd29d32c7a942a3f
  https://github.com/groonga/groonga-normalizer-mysql/commit/c459b862b166782510bf14d0fd29d32c7a942a3f

  Message:
    Use cmake --build

  Modified files:
    README.md

  Modified: README.md (+8 -8)
===================================================================
--- README.md    2013-05-27 14:20:22 +0900 (7cb0735)
+++ README.md    2013-05-27 15:59:39 +0900 (72a31af)
@@ -75,13 +75,13 @@ Run CMake. Here is a command line to install groonga to `C:\groonga` folder:
 
     groonga-X.Y.Z> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
 
-Build by Visual C++ 2010 Express:
+Build:
 
-    groonga-X.Y.Z> msbuild groonga.sln /p:Configuration=Release
+    groonga-X.Y.Z> cmake --build . --config Release
 
-Install by Visual C++ 2010 Express:
+Install:
 
-    groonga-X.Y.Z> msbuild groonga.sln /p:Configuration=Release /t:Install
+    groonga-X.Y.Z> cmake --build . --config Release --target Install
 
 #### Build groonga-normalizer-mysql
 
@@ -100,13 +100,13 @@ Run CMake. Here is a command line to install groonga to `C:\groonga` folder:
 
     groonga-normalizer-mysql-X.Y.Z> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
 
-Build by Visual C++ 2010 Express:
+Build:
 
-    groonga-normalizer-mysql-X.Y.Z> msbuild groonga-normalizer-mysql.sln /p:Configuration=Release
+    groonga-normalizer-mysql-X.Y.Z> cmake --build . --config Release
 
-Install by Visual C++ 2010 Express:
+Install:
 
-    groonga-normalizer-mysql-X.Y.Z> msbuild groonga-normalizer-mysql.sln /p:Configuration=Release /t:Install
+    groonga-normalizer-mysql-X.Y.Z> cmake --build . --config Release --target Install
 
 ## Usage
 
-------------- next part --------------
HTML����������������������������...
Download 



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