readme

来自「linux网络服务器工具」· 代码 · 共 17 行

TXT
17
字号
The script in this directory will attempt to build a Solaris packageout of a source tree for httpd.To build a package, make sure you are in the root of the source tree,and run:build/pkg/buildpkg.shA Solaris package called httpd-<version>-<architecture>-local.gz will becreated in the root of the source tree.By default, the script will attempt to find a system installed version ofAPR and APR-util v1. You may override the location of apr or apr-util like so:build/pkg/buildpkg.sh --with-apr=some/other/path --with-apr-util=some/other/path

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?