7 | | * '''/apps''': Directory for applications that need their own directory tree, and don't fit conveniently into /bin, /lib, etc. Each app appearing here should have a subdirectory with a name closely related to the name of the package. |
8 | | * '''/bin''': most .exe and .dll files intended to be in the user path. The apache alias '/cgi-bin/' also points to this /bin directory. |
9 | | * '''/etc/ini''': .bat files to be called from OSGEO4W_ROOT/osgeo4w.bat - usually these contain SET statements for required environment variables. |
10 | | * '''/etc/postinstall''': per package post-install scripts |
11 | | * '''/etc/setup''': used by cygwin setup to keep track of installed packages. |
12 | | * '''/http.d''': apache configuration files, one per package. See the "Web Application Package Guidelines" section below for more information. |
13 | | * '''/include''': include files required for building additional packages and executables. |
14 | | * '''/lib''': static and stub libraries required for building additional packages and executables. |
| 7 | * '''/apps''': 独自のディレクトリツリー構造を必要とし、/bin、/lib、等に適合しないアプリケーションのためのディレクトリ。ここに現れる各appはパッケージ名と厳密に関連している名前とともにサブディレクトリを持つべきです。 |
| 8 | * '''/bin''': ユーザーパスにある.exeと.dllファイルの大部分。 apacheエイリアス '/cgi-bin/' はこの /bin ディレクトリも指します。 |
| 9 | * '''/etc/ini''': OSGEO4W_ROOT/osgeo4w.batから呼び出されるための.batファイル - ふつうこれらは要求された環境変数のためにSETステートメントを含みます。 |
| 10 | * '''/etc/postinstall''': パッケージごとのpost-installスクリプト。 |
| 11 | * '''/etc/setup''': インストールされたパッケージのトラックを保持するためのcygwinセットアップのために使用されています。 |
| 12 | * '''/http.d''': apache環境設定ファイル、パッケージにつき一つ。"ウェブアプリケーションパッケージガイドライン"セクションを参照してください。 |
| 13 | * '''/include''': 追加のパッケージと実行ファイルを作成するために要求されたファイルを含みます。 |
| 14 | * '''/lib''': 追加のパッケージと実行ファイルを作成するために要求されたスタティックとスタブライブラリ |