Changes between Version 8 and Version 9 of OSGeo4W_jp/SetupDevelopment


Ignore:
Timestamp:
Feb 17, 2010, 7:04:24 PM (14 years ago)
Author:
hfujii
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OSGeo4W_jp/SetupDevelopment

    v8 v9  
    33= セットアップ開発 =
    44
    5 == Background ==
     5== 背景 ==
    66
    7 The OSGeo4W GUI Installer is derived from the same code that the Cygwin installer uses (Cygwin is a Unix emulator on Windows).  More information about this code can be found at:
     7OSGeo4W GUI インストーラーは Cygwin インストーラーが使用するのと同じコードに由来します (Cygwin は Windows の Unix エミュレータです).  このコードについてのより詳しい情報は以下で見つけることができます:
    88
    99  http://cygwin.com/setup.html
    1010
    11 == Building your own setup.exe ==
     11== 自分の setup.exe を作成する ==
    1212
    13 1. Download Cygwin installer
     131. Cygwin インストーラーをダウンロードする
    1414
    1515   http://www.cygwin.com/setup.exe
    1616
    17 2. Install Cygwin
     172. Cygwin をインストールする
    1818
    1919   * in the installer, no need to change anything (press <Next> until you must choose a download site)
     
    3636   * if you chose default locations, if you open Windows Explorer you will see that Cygwin exists at ''C:\cygwin''
    3737
    38 3. If you don't have Subversion installed yet:
     383. まだサブバージョンがインストールされていない:
    3939
    4040   * download and install a fancy GUI for SVN (such as http://tortoisesvn.tigris.org/), or
     
    4343     * add 'C:\Program Files\svn-win32-1.5.6\bin' to your PATH environment variable
    4444
    45 4. Checkout a local copy of the OSGeo4W setup code into your Cygwin home directory
     454. Checkout OSGeo4W セットアップコードのローカルコピー調べるをinto your Cygwin ホームディレクトリ
    4646
    4747   * using SVN commandline:
     
    5353     * checkout https://svn.osgeo.org/osgeo4w/trunk/setup to your Cygwin home directory (C:\cygwin\home\jeff)
    5454
    55 5. Now you are ready to build the OSGeo4W setup.exe
     555. OSGeo4W setup.exe 作成の準備が完了しています
    5656
    5757   * double-click the Cygwin desktop shortcut to start Cygwin
     
    6262     * make
    6363
    64    This should produce a setup.exe executable in the setup directory.   
     64   これでセットアップディレクトリに setup.exe 実行可能ファイルが作成されます。   
    6565
    6666== Uploading a new setup.exe to the Download Server ==