Changes between Version 14 and Version 15 of OSGeo4W_jp/SetupDevelopment


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

--

Legend:

Unmodified
Added
Removed
Modified
  • OSGeo4W_jp/SetupDevelopment

    v14 v15  
    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:
     45       {{{
     46         svn --help
     47       }}}
     48
    4449
    45504. OSGeo4W セットアップコードのローカルコピーをホームディレクトリにチェックします。
     
    6065     * ./fr_configure
    6166     * make
     67       (this should produce a setup.exe executable in the setup directory)
     68     * make clean (if necessary)   
    6269
    6370   これでセットアップディレクトリに setup.exe 実行可能ファイルが作成されます。   
     71
     72== Debugging the Setup code ==
     73
     741. With the Cygwin installer, install the following package:
     75   * Devel
     76     * gdb (the GNU debugger)
     77
     782. 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
    6482
    6583== ダウンロードサーバーに新しい setup.exe をアップロードする ==