= セットアップ 開発 = OSGeo4W GUI インストーラーは次に記述されているCygwin GUI インストーラーからできたものです: http://cygwin.com/setup.html 修正済みのソースは次のOSGeo4W SVNで見つけることができます: https://svn.osgeo.org/osgeo4w/trunk/setup To build, you must first install Cygwin - including quite a variety of development packages. Then run: {{{ ./bootstrap.sh ./fr_configure make }}} In the setup source directory. This should produce a setup.exe executable. The fr_upload.sh and package.sh scripts should also be helpful to get the results to the OSGeo4W download server. Note that the executable needs to be updated in two places when new versions are uploaded. One is the http://download.osgeo.org/osgeo4w/osgeo4w-setup.exe binary and the other is the packaged copy in http://download.osgeo.org/osgeo4w/release/setup. == エクスプレスパッケージの追加 == 以下の手順に沿って新しいエクスプレスインストールパッケージを追加してください: * 最後のセクション(IDC_PKG_OPENEV, etc)にあるresource.hの新パッケージのためsymbolic defineを追加します * Add a new entry on the express package dialog defined in res.rc (search for IDC_PKG_OPENEV). Make sure the positioning does not overlap other packages. * Add the new package to the !PackageControlPair[] array in express_package.cc file, matching the IDC_PKG_ constant with the name of the package. [wiki:OSGeo4W_jp 戻る]