Changes between Version 15 and Version 16 of OSGeo4W_jp/SetupDevelopment
- Timestamp:
- 03/09/10 17:48:15 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSGeo4W_jp/SetupDevelopment
v15 v16 42 42 * その zip の内容をプログラムファイルディレクトリにコピーします 43 43 * パス環境変数に 'C:\Program Files\svn-win32-1.5.6\bin' を追加します 44 * open a new Command/Cygwin window, and test that SVN is found by executing:44 * 新しいCommand/Cygwin ウィンドウを開き、実行することでSVNが見つけられるかをテストしてください: 45 45 {{{ 46 46 svn --help 47 47 }}} 48 49 48 50 49 4. OSGeo4W セットアップコードのローカルコピーをホームディレクトリにチェックします。 … … 65 64 * ./fr_configure 66 65 * make 67 ( this should produce a setup.exe executable in the setup directory)68 * make clean ( if necessary)66 (これはセットアップディレクトリにsetup.exe 実行ファイルを作成します) 67 * make clean (必要であれば) 69 68 70 69 これでセットアップディレクトリに setup.exe 実行可能ファイルが作成されます。 71 70 72 == Debugging the Setup code==71 == セットアップコードのデバッグ == 73 72 74 1. With the Cygwin installer, install the following package:73 1. Cygwin インストーラーで、次のパッケージをインストールします: 75 74 * Devel 76 * gdb ( the GNU debugger)75 * gdb (GNUデバッガー) 77 76 78 2. Follow the steps in http://www.cygwin.com/cygwin-ug-net/gdb.html77 2. http://www.cygwin.com/cygwin-ug-net/gdb.htmlのステップに従ってください。 79 78 80 * make sure you right-click on the Cygwin shortcut and 'run as Administrator' before using gdb81 * make sure things are also built with ''-g'' and no optimization79 * gdbを使用する前に'Cygwin ショートカット上で右クリックをし、'管理者として実行'するか確認してください。 80 * ''-g''で作成されており、最適化なしとなっているかも確認してください。 82 81 83 82 == ダウンロードサーバーに新しい setup.exe をアップロードする ==