HAYASHI Kentaro
null+****@clear*****
Thu Jan 10 17:20:24 JST 2013
HAYASHI Kentaro 2013-01-10 17:20:24 +0900 (Thu, 10 Jan 2013) New Revision: 175b7953d498989a6c59ba7d6079f7fe4772681b https://github.com/groonga/groonga.github.com/commit/175b7953d498989a6c59ba7d6079f7fe4772681b Log: doc: update description about the way to download files Modified files: docs/install/windows.html docs/sources/install/windows.txt ja/docs/install/windows.html ja/docs/sources/install/windows.txt Modified: docs/install/windows.html (+35 -11) =================================================================== --- docs/install/windows.html 2013-01-10 01:18:55 +0900 (017e3a3) +++ docs/install/windows.html 2013-01-10 17:20:24 +0900 (8c263c7) @@ -96,18 +96,36 @@ memory error with a 32-bit package even if you just process medium size data.</p> <div class="section" id="installer"> <h2>2.1.1. Installer<a class="headerlink" href="#installer" title="Permalink to this headline">¶</a></h2> -<p>For 32-bit environment, download <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.exe">groonga-2.1.1-x86.exe</a> -and run it.</p> -<p>For 64-bit environment, download <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.exe">groonga-2.1.1-x64.exe</a> -and run it.</p> +<p>For 32-bit environment, download x86 executable binary from packages.groonga.org.</p> +<p>You can download such a binary by command line operation.</p> +<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x86 executable binary by default browser:</p> +<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.exe +</pre></div> +</div> +<p>Then run it.</p> +<p>For 64-bit environment, download x64 executable binary from packages.groonga.org.</p> +<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x64 executable binary by default browser:</p> +<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.exe +</pre></div> +</div> +<p>Then run it.</p> <p>Use command prompt for <a class="reference internal" href="../reference/executables/groonga.html"><em>groonga command</em></a> installed in start menu.</p> </div> <div class="section" id="zip"> <h2>2.1.2. zip<a class="headerlink" href="#zip" title="Permalink to this headline">¶</a></h2> -<p>For 32-bit environment, download <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.zip">groonga-2.1.1-x86.zip</a> -and extract it.</p> -<p>For 64-bit environment, download <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.zip">groonga-2.1.1-x64.zip</a> -and extract it.</p> +<p>For 32-bit environment, download x86 zip archive from packages.groonga.org.</p> +<p>You can download such a binary by command line operation.</p> +<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x86 zip archive by default browser:</p> +<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.zip +</pre></div> +</div> +<p>Then extract it.</p> +<p>For 64-bit environment, download x64 zip archive from packages.groonga.org.</p> +<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x64 zip archive by default browser:</p> +<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.zip +</pre></div> +</div> +<p>Then extract it.</p> <p><a class="reference internal" href="../reference/executables/groonga.html"><em>groonga command</em></a> is in <tt class="docutils literal"><span class="pre">bin</span></tt> folder.</p> </div> <div class="section" id="build-from-source"> @@ -120,10 +138,16 @@ Windows. Here are required tools:</p> <li><a class="reference external" href="http://www.cmake.org/">CMake</a></li> </ul> </div></blockquote> -<p>Download zipped source <a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-2.1.1.zip">groonga-2.1.1.zip</a> -and extract it.</p> +<p>Download zipped source from packages.groonga.org.</p> +<p>You can download such a zipped source file by command line operation.</p> <p>Start <tt class="docutils literal"><span class="pre">Visual</span> <span class="pre">Studio</span> <span class="pre">Command</span> <span class="pre">Prompt</span> <span class="pre">(2010)</span></tt> installed by Microsoft -Visual Studio 2010 Express and move to the groonga's source folder:</p> +Visual Studio 2010 Express and download it by default browser:</p> +<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads +> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-2.1.1.zip +</pre></div> +</div> +<p>Then extract it.</p> +<p>Move to the groonga's source folder:</p> <div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-2.1.1 </pre></div> </div> Modified: docs/sources/install/windows.txt (+44 -16) =================================================================== --- docs/sources/install/windows.txt 2013-01-10 01:18:55 +0900 (39a9e0f) +++ docs/sources/install/windows.txt 2013-01-10 17:20:24 +0900 (f7c8fb3) @@ -17,26 +17,47 @@ size data. Installer --------- -For 32-bit environment, download `groonga-2.1.1-x86.exe -<http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.exe>`_ -and run it. +For 32-bit environment, download x86 executable binary from packages.groonga.org. -For 64-bit environment, download `groonga-2.1.1-x64.exe -<http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.exe>`_ -and run it. +You can download such a binary by command line operation. + +Start command prompt ``cmd.exe`` and download x86 executable binary by default browser:: + + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.exe + +Then run it. + + +For 64-bit environment, download x64 executable binary from packages.groonga.org. + +Start command prompt ``cmd.exe`` and download x64 executable binary by default browser:: + + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.exe + +Then run it. Use command prompt for :doc:`/reference/executables/groonga` installed in start menu. zip --- -For 32-bit environment, download `groonga-2.1.1-x86.zip -<http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.zip>`_ -and extract it. +For 32-bit environment, download x86 zip archive from packages.groonga.org. + +You can download such a binary by command line operation. + +Start command prompt ``cmd.exe`` and download x86 zip archive by default browser:: -For 64-bit environment, download `groonga-2.1.1-x64.zip -<http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.zip>`_ -and extract it. + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.zip + +Then extract it. + +For 64-bit environment, download x64 zip archive from packages.groonga.org. + +Start command prompt ``cmd.exe`` and download x64 zip archive by default browser:: + + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.zip + +Then extract it. :doc:`/reference/executables/groonga` is in ``bin`` folder. @@ -50,12 +71,19 @@ Windows. Here are required tools: <http://www.microsoft.com/japan/msdn/vstudio/express/>`_ * `CMake <http://www.cmake.org/>`_ -Download zipped source `groonga-2.1.1.zip -<http://packages.groonga.org/source/groonga/groonga-2.1.1.zip>`_ -and extract it. +Download zipped source from packages.groonga.org. + +You can download such a zipped source file by command line operation. Start ``Visual Studio Command Prompt (2010)`` installed by Microsoft -Visual Studio 2010 Express and move to the groonga's source folder:: +Visual Studio 2010 Express and download it by default browser:: + + > cd c:\Users\%USERNAME%\Downloads + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-2.1.1.zip + +Then extract it. + +Move to the groonga's source folder:: > cd c:\Users\%USERNAME%\Downloads\groonga-2.1.1 Modified: ja/docs/install/windows.html (+35 -11) =================================================================== --- ja/docs/install/windows.html 2013-01-10 01:18:55 +0900 (cb7cc18) +++ ja/docs/install/windows.html 2013-01-10 17:20:24 +0900 (aa79a89) @@ -92,18 +92,36 @@ <p>32-bit用と64-bit用のパッケージを配布していますが、サーバ用途には64-bitパッケージを利用することをオススメします。32-bit用パッケージはテスト用か開発用にだけ使って下さい。32-bit用パッケージを使った場合は、中程度のサイズのデータでもメモリ不足エラーになることがあります。</p> <div class="section" id="installer"> <h2>2.1.1. インストーラー<a class="headerlink" href="#installer" title="このヘッドラインへのパーマリンク">¶</a></h2> -<p>For 32-bit environment, download <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.exe">groonga-2.1.1-x86.exe</a> -and run it.</p> -<p>For 64-bit environment, download <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.exe">groonga-2.1.1-x64.exe</a> -and run it.</p> +<p>32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてください。</p> +<p>コマンドラインの操作でバイナリをダウンロードすることができます。</p> +<p>コマンドプロンプト <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> を起動し、x86バイナリをブラウザを使ってダウンロードします。:</p> +<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.exe +</pre></div> +</div> +<p>その後、バイナリを実行します。</p> +<p>64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてください。</p> +<p>コマンドプロンプト <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> を起動し、x64バイナリをブラウザを使ってダウンロードします。:</p> +<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.exe +</pre></div> +</div> +<p>その後、バイナリを実行します。</p> <p>スタートメニュー内に <a class="reference internal" href="../reference/executables/groonga.html"><em>groongaコマンド</em></a> 用のコマンドプロンプトがインストールされるのでそれを使ってください。</p> </div> <div class="section" id="zip"> <h2>2.1.2. zip<a class="headerlink" href="#zip" title="このヘッドラインへのパーマリンク">¶</a></h2> -<p>For 32-bit environment, download <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.zip">groonga-2.1.1-x86.zip</a> -and extract it.</p> -<p>For 64-bit environment, download <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.zip">groonga-2.1.1-x64.zip</a> -and extract it.</p> +<p>32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p> +<p>コマンドラインの操作でバイナリをダウンロードすることができます。</p> +<p>コマンドプロンプト <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> を起動し、x86バイナリをブラウザを使ってダウンロードします。:</p> +<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.zip +</pre></div> +</div> +<p>その後、アーカイブを展開します。</p> +<p>64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p> +<p>コマンドプロンプト <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> を起動し、x64バイナリをブラウザを使ってダウンロードします。:</p> +<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.zip +</pre></div> +</div> +<p>その後、アーカイブを展開します。</p> <p><a class="reference internal" href="../reference/executables/groonga.html"><em>groongaコマンド</em></a> は <tt class="docutils literal"><span class="pre">bin</span></tt> フォルダーにあります。</p> </div> <div class="section" id="build-from-source"> @@ -115,9 +133,15 @@ and extract it.</p> <li><a class="reference external" href="http://www.cmake.org/">CMake</a></li> </ul> </div></blockquote> -<p>Download zipped source <a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-2.1.1.zip">groonga-2.1.1.zip</a> -and extract it.</p> -<p>Microsoft Visual Studio 2010 Expressがインストールする <tt class="docutils literal"><span class="pre">Visual</span> <span class="pre">Studio</span> <span class="pre">コマンド</span> <span class="pre">プロンプト</span> <span class="pre">(2010)</span></tt> を実行して、groongaのソースがあるフォルダーへ移動してください:</p> +<p>zipアーカイブをpackages.groonga.orgからダウンロードしてください。</p> +<p>コマンドラインの操作でzipソースファイルをダウンロードすることができます。</p> +<p>Microsoft Visual Studio 2010 Expressがインストールする <tt class="docutils literal"><span class="pre">Visual</span> <span class="pre">Studio</span> <span class="pre">コマンド</span> <span class="pre">プロンプト</span> <span class="pre">(2010)</span></tt> を実行して、groongaのソースをブラウザでダウンロードしてください:</p> +<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads +> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-2.1.1.zip +</pre></div> +</div> +<p>その後、アーカイブを展開します。</p> +<p>groongaのソースフォルダへと移動します:</p> <div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-2.1.1 </pre></div> </div> Modified: ja/docs/sources/install/windows.txt (+44 -16) =================================================================== --- ja/docs/sources/install/windows.txt 2013-01-10 01:18:55 +0900 (39a9e0f) +++ ja/docs/sources/install/windows.txt 2013-01-10 17:20:24 +0900 (f7c8fb3) @@ -17,26 +17,47 @@ size data. Installer --------- -For 32-bit environment, download `groonga-2.1.1-x86.exe -<http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.exe>`_ -and run it. +For 32-bit environment, download x86 executable binary from packages.groonga.org. -For 64-bit environment, download `groonga-2.1.1-x64.exe -<http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.exe>`_ -and run it. +You can download such a binary by command line operation. + +Start command prompt ``cmd.exe`` and download x86 executable binary by default browser:: + + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.exe + +Then run it. + + +For 64-bit environment, download x64 executable binary from packages.groonga.org. + +Start command prompt ``cmd.exe`` and download x64 executable binary by default browser:: + + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.exe + +Then run it. Use command prompt for :doc:`/reference/executables/groonga` installed in start menu. zip --- -For 32-bit environment, download `groonga-2.1.1-x86.zip -<http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.zip>`_ -and extract it. +For 32-bit environment, download x86 zip archive from packages.groonga.org. + +You can download such a binary by command line operation. + +Start command prompt ``cmd.exe`` and download x86 zip archive by default browser:: -For 64-bit environment, download `groonga-2.1.1-x64.zip -<http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.zip>`_ -and extract it. + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x86.zip + +Then extract it. + +For 64-bit environment, download x64 zip archive from packages.groonga.org. + +Start command prompt ``cmd.exe`` and download x64 zip archive by default browser:: + + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-2.1.1-x64.zip + +Then extract it. :doc:`/reference/executables/groonga` is in ``bin`` folder. @@ -50,12 +71,19 @@ Windows. Here are required tools: <http://www.microsoft.com/japan/msdn/vstudio/express/>`_ * `CMake <http://www.cmake.org/>`_ -Download zipped source `groonga-2.1.1.zip -<http://packages.groonga.org/source/groonga/groonga-2.1.1.zip>`_ -and extract it. +Download zipped source from packages.groonga.org. + +You can download such a zipped source file by command line operation. Start ``Visual Studio Command Prompt (2010)`` installed by Microsoft -Visual Studio 2010 Express and move to the groonga's source folder:: +Visual Studio 2010 Express and download it by default browser:: + + > cd c:\Users\%USERNAME%\Downloads + > "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-2.1.1.zip + +Then extract it. + +Move to the groonga's source folder:: > cd c:\Users\%USERNAME%\Downloads\groonga-2.1.1 -------------- next part -------------- HTML����������������������������...Download