Changes between Version 14 and Version 15 of OSGeo4W_jp/SetupDevelopment
- Timestamp:
- 03/09/10 17:27:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSGeo4W_jp/SetupDevelopment
v14 v15 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: 45 {{{ 46 svn --help 47 }}} 48 44 49 45 50 4. OSGeo4W セットアップコードのローカルコピーをホームディレクトリにチェックします。 … … 60 65 * ./fr_configure 61 66 * make 67 (this should produce a setup.exe executable in the setup directory) 68 * make clean (if necessary) 62 69 63 70 これでセットアップディレクトリに setup.exe 実行可能ファイルが作成されます。 71 72 == Debugging the Setup code == 73 74 1. With the Cygwin installer, install the following package: 75 * Devel 76 * gdb (the GNU debugger) 77 78 2. Follow the steps in http://www.cygwin.com/cygwin-ug-net/gdb.html 79 80 * make sure you right-click on the Cygwin shortcut and 'run as Administrator' before using gdb 81 * make sure things are also built with ''-g'' and no optimization 64 82 65 83 == ダウンロードサーバーに新しい setup.exe をアップロードする ==