readme.dev
来自「apache服务器源代码(版本号:2.2.2)」· DEV 代码 · 共 31 行
DEV
31 行
Apache Portable Runtime=======================If you are building APR from SVN, you need to use a slightly non-standardbuild process. You must have autoconf and libtool installed for this towork. There are three steps:1) ./buildconf2) ./configure3) makeIf you are building APR from a distribution tarball, buildconf will havealready been run for you, and you therefore do not need to have eitherautoconf or libtool installed, and you do not need to run buildconf. Skipstep one above and just run configure then make.Generating Test Coverage information====================================If you want to generate test coverage data, use the following steps:1) ./buildconf2) CFLAGS="-fprofile-arcs -ftest-coverage" ./configure3) make4) cd test5) make6) ./testall7) cd ..8) make gcov
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?