Changes between Version 3 and Version 4 of OSGeo4W_jp/PackagingInstructions


Ignore:
Timestamp:
Feb 14, 2010, 6:39:57 PM (14 years ago)
Author:
yukatohhana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OSGeo4W_jp/PackagingInstructions

    v3 v4  
    11このページは OSGeo4W パッケージの作成に使用された手法を説明するものです。
    22[[TOC]]
    3 = General =
     3= 概要 =
    44
    55OSGeo4W 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.
    66
    7 == Package Directory Layout ==
     7== パッケージディレクトリのレイアウト ==
    88
    99The installed OSGeo4W directory tree is described in DirectoryLayout.
     
    124124    %OSGEO4W_ROOT%\Apache\bin\httpd.exe " -k install -n \"Apache OSGEO4W Web Server\""
    125125}}}
    126 Using icons:
     126アイコンの使用:
    127127{{{
    128128  xxmklink "%OSGEO4W_STARTMENU%\ttt.lnk" cmd.exe "" . "my_desc" 1 "%OSGEO4W_ROOT%\OSGeo4W.ico"
    129129}}}
    130 A Desktop icon:
     130デスクトップのアイコン:
    131131{{{
    132132  xxmklink "%ALLUSERSPROFILE%\Desktop\OpenEV.lnk" "%OSGEO4W_ROOT%\bin\openev.bat"
     
    145145These 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.
    146146
    147 = Application batch file template =
     147= アプリケーションバッチファイルのテンプレート =
    148148Sample 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.
    149149{{{
     
    164164 * Promote test setup to live: `http://upload.osgeo.org/cgi-bin/osgeo4w-promote.sh`
    165165
    166 == Documenting ==
     166== 記録 ==
    167167
    168168Please 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.