Changes between Version 15 and Version 16 of OSGeo4W_jp/SetupDevelopment


Ignore:
Timestamp:
Mar 9, 2010, 5:48:15 PM (14 years ago)
Author:
yukatohhana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OSGeo4W_jp/SetupDevelopment

    v15 v16  
    4242     * その zip の内容をプログラムファイルディレクトリにコピーします
    4343     * パス環境変数に '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が見つけられるかをテストしてください:
    4545       {{{
    4646         svn --help
    4747       }}}
    48 
    4948
    50494. OSGeo4W セットアップコードのローカルコピーをホームディレクトリにチェックします。
     
    6564     * ./fr_configure
    6665     * make
    67        (this should produce a setup.exe executable in the setup directory)
    68      * make clean (if necessary)   
     66       (これはセットアップディレクトリにsetup.exe 実行ファイルを作成します)
     67     * make clean (必要であれば)   
    6968
    7069   これでセットアップディレクトリに setup.exe 実行可能ファイルが作成されます。   
    7170
    72 == Debugging the Setup code ==
     71== セットアップコードのデバッグ ==
    7372
    74 1. With the Cygwin installer, install the following package:
     731. Cygwin インストーラーで、次のパッケージをインストールします:
    7574   * Devel
    76      * gdb (the GNU debugger)
     75     * gdb (GNUデバッガー)
    7776
    78 2. Follow the steps in http://www.cygwin.com/cygwin-ug-net/gdb.html
     772. http://www.cygwin.com/cygwin-ug-net/gdb.htmlのステップに従ってください。
    7978
    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
     79   * gdbを使用する前に'Cygwin ショートカット上で右クリックをし、'管理者として実行'するか確認してください。
     80   * ''-g''で作成されており、最適化なしとなっているかも確認してください。
    8281
    8382== ダウンロードサーバーに新しい setup.exe をアップロードする ==