Navigation Menu

Skip to content

Commit

Permalink
doc windows: update Visual Studio version
Browse files Browse the repository at this point in the history
GitHub: fix groonga/meetup#4

Reported by Hiroyuki Mizuhara. Thanks!!!
  • Loading branch information
kou committed Apr 14, 2015
1 parent d94c81b commit d472ce5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions doc/locale/ja/LC_MESSAGES/install.po
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.2.1\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2015-01-27 16:40+0900\n"
"PO-Revision-Date: 2015-04-14 21:39+0900\n"
"Last-Translator: Kouhei Sutou <kou@clear-code.com>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
Expand Down Expand Up @@ -851,8 +851,7 @@ msgstr ""
"下が必須のツールです。"

msgid ""
"`Microsoft Visual Studio 2010 Express <http://www.microsoft.com/japan/msdn/"
"vstudio/express/>`_"
"`Microsoft Visual Studio Express 2013 for Windows Desktop <https://www.visualstudio.com/downloads/#d-2013-express>`_"
msgstr ""

msgid "`CMake <http://www.cmake.org/>`_"
Expand All @@ -870,11 +869,11 @@ msgstr "Groongaのソースフォルダへと移動します::"

msgid ""
"Configure by ``cmake``. The following commnad line is for 64-bit version. To "
"build 32-bit version, use ``-G \"Visual Studio 10\"`` parameter instead::"
"build 32-bit version, use ``-G \"Visual Studio 12 2013\"`` parameter instead::"
msgstr ""
"``cmake`` でビルドオプションを設定します。以下のコマンドラインは64-bit用の"
"Groongaをビルドするためのものです。32-bit用のGroongaをビルドする場合は代わり"
"に ``-G \"Visual Studio 10\"`` パラメーターを指定してください::"
"に ``-G \"Visual Studio 12 2013\"`` パラメーターを指定してください::"

msgid ""
"After the above steps, :doc:`/reference/executables/groonga` is found in ``c:"
Expand Down
8 changes: 4 additions & 4 deletions doc/source/install/windows.rst
Expand Up @@ -60,8 +60,8 @@ Build from source
First, you need to install required tools for building Groonga on
Windows. Here are required tools:

* `Microsoft Visual Studio 2010 Express
<http://www.microsoft.com/japan/msdn/vstudio/express/>`_
* `Microsoft Visual Studio Express 2013 for Windows Desktop
<https://www.visualstudio.com/downloads/#d-2013-express>`_
* `CMake <http://www.cmake.org/>`_

Download zipped source from packages.groonga.org:
Expand All @@ -75,10 +75,10 @@ Move to the Groonga's source folder::
> cd c:\Users\%USERNAME%\Downloads\groonga-5.0.2

Configure by ``cmake``. The following commnad line is for 64-bit
version. To build 32-bit version, use ``-G "Visual Studio 10"``
version. To build 32-bit version, use ``-G "Visual Studio 12 2013"``
parameter instead::

groonga-5.0.2> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
groonga-5.0.2> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga

Build::

Expand Down

0 comments on commit d472ce5

Please sign in to comment.