Changes between Version 3 and Version 4 of OSGeo4W_jp/PackagingInstructions
- Timestamp:
- 02/14/10 18:39:57 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSGeo4W_jp/PackagingInstructions
v3 v4 1 1 このページは OSGeo4W パッケージの作成に使用された手法を説明するものです。 2 2 [[TOC]] 3 = General=3 = 概要 = 4 4 5 5 OSGeo4W packages are each bzip2 compressed .tar files intended to be unpacked in the OSGeo4W root directory. They come with setup.hint files designed to describe dependencies and a package description. 6 6 7 == Package Directory Layout==7 == パッケージディレクトリのレイアウト == 8 8 9 9 The installed OSGeo4W directory tree is described in DirectoryLayout. … … 124 124 %OSGEO4W_ROOT%\Apache\bin\httpd.exe " -k install -n \"Apache OSGEO4W Web Server\"" 125 125 }}} 126 Using icons:126 アイコンの使用: 127 127 {{{ 128 128 xxmklink "%OSGEO4W_STARTMENU%\ttt.lnk" cmd.exe "" . "my_desc" 1 "%OSGEO4W_ROOT%\OSGeo4W.ico" 129 129 }}} 130 A Desktop icon:130 デスクトップのアイコン: 131 131 {{{ 132 132 xxmklink "%ALLUSERSPROFILE%\Desktop\OpenEV.lnk" "%OSGEO4W_ROOT%\bin\openev.bat" … … 145 145 These scripts are run in random order by %OSGEO4W_ROOT%\OSGeo4W.bat when establishing the environment for the OSGeo4W shell. The OSGEO4W_ROOt environment variable will always be set on the way in. 146 146 147 = Application batch file template=147 = アプリケーションバッチファイルのテンプレート = 148 148 Sample of how to start an application with standard environment set. Replace `foo.exe` with your application executable and save as `foobar.bz2:bin/foo.bat.tmpl`. [#Post-InstallActions Post-Install] will set the proper OSGEO4W_ROOT. 149 149 {{{ … … 164 164 * Promote test setup to live: `http://upload.osgeo.org/cgi-bin/osgeo4w-promote.sh` 165 165 166 == Documenting==166 == 記録 == 167 167 168 168 Please ensure that you prepare a wiki page linked off [wiki:PackageListing] with info on your package. It should include a pointer back to the upstream project, the name of the packager (a link to a page with contact info on the packager), and special notes on where things are placed within OSGeo4W.