Navigation Menu

Skip to content

Commit

Permalink
doc: use "c:\Groonga" as install path
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 14, 2015
1 parent d472ce5 commit c09de7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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-04-14 21:39+0900\n"
"PO-Revision-Date: 2015-04-14 21:41+0900\n"
"Last-Translator: Kouhei Sutou <kou@clear-code.com>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
Expand Down Expand Up @@ -877,7 +877,7 @@ msgstr ""

msgid ""
"After the above steps, :doc:`/reference/executables/groonga` is found in ``c:"
"\\groonga\\bin\\groonga.exe``."
"\\Groonga\\bin\\groonga.exe``."
msgstr ""
"以上の手順で :doc:`/reference/executables/groonga` が ``c:\\groonga\\bin"
"以上の手順で :doc:`/reference/executables/groonga` が ``c:\\Groonga\\bin"
"\\groonga.exe`` にインストールされます。"
4 changes: 2 additions & 2 deletions doc/source/install/windows.rst
Expand Up @@ -78,7 +78,7 @@ Configure by ``cmake``. The following commnad line is for 64-bit
version. To build 32-bit version, use ``-G "Visual Studio 12 2013"``
parameter instead::

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

Build::

Expand All @@ -89,4 +89,4 @@ Install::
groonga-5.0.2> cmake --build . --config Release --target Install

After the above steps, :doc:`/reference/executables/groonga` is found in
``c:\groonga\bin\groonga.exe``.
``c:\Groonga\bin\groonga.exe``.

0 comments on commit c09de7b

Please sign in to comment.