Changes between Version 8 and Version 9 of OSGeo4W_jp/SetupDevelopment
- Timestamp:
- 02/17/10 19:04:24 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSGeo4W_jp/SetupDevelopment
v8 v9 3 3 = セットアップ開発 = 4 4 5 == Background==5 == 背景 == 6 6 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:7 OSGeo4W GUI インストーラーは Cygwin インストーラーが使用するのと同じコードに由来します (Cygwin は Windows の Unix エミュレータです). このコードについてのより詳しい情報は以下で見つけることができます: 8 8 9 9 http://cygwin.com/setup.html 10 10 11 == Building your own setup.exe==11 == 自分の setup.exe を作成する == 12 12 13 1. Download Cygwin installer13 1. Cygwin インストーラーをダウンロードする 14 14 15 15 http://www.cygwin.com/setup.exe 16 16 17 2. Install Cygwin17 2. Cygwin をインストールする 18 18 19 19 * in the installer, no need to change anything (press <Next> until you must choose a download site) … … 36 36 * if you chose default locations, if you open Windows Explorer you will see that Cygwin exists at ''C:\cygwin'' 37 37 38 3. If you don't have Subversion installed yet:38 3. まだサブバージョンがインストールされていない: 39 39 40 40 * download and install a fancy GUI for SVN (such as http://tortoisesvn.tigris.org/), or … … 43 43 * add 'C:\Program Files\svn-win32-1.5.6\bin' to your PATH environment variable 44 44 45 4. Checkout a local copy of the OSGeo4W setup code into your Cygwin home directory45 4. Checkout OSGeo4W セットアップコードのローカルコピー調べるをinto your Cygwin ホームディレクトリ 46 46 47 47 * using SVN commandline: … … 53 53 * checkout https://svn.osgeo.org/osgeo4w/trunk/setup to your Cygwin home directory (C:\cygwin\home\jeff) 54 54 55 5. Now you are ready to build the OSGeo4W setup.exe55 5. OSGeo4W setup.exe 作成の準備が完了しています 56 56 57 57 * double-click the Cygwin desktop shortcut to start Cygwin … … 62 62 * make 63 63 64 This should produce a setup.exe executable in the setup directory.64 これでセットアップディレクトリに setup.exe 実行可能ファイルが作成されます。 65 65 66 66 == Uploading a new setup.exe to the Download Server ==