install
来自「Asterisk-1.4.4最新内核源代码」· 代码 · 共 65 行
TXT
65 行
Building this distribution in many cases is as simple as typing the followingwhile in the root directory of the source tree: ./configure makeTo install, do the above, then type: make installAdditional build targets of finer granularity include: lib_a lib_s install_hdr install_lib install_lib_a install_lib_s install_man testCleanup targets include: clean distcleanOptionally, pass any of the following (not a definitive list) arguments to'configure':--prefix=<install-root-dir> Set the base directory in which to install. For example: ./configure --prefix=/usr/local will cause files to be installed into /usr/local/bin, /usr/local/man, /usr/local/include, /usr/local/lib, and /usr/local/share.--disable-readline By default, libedit is built and installed such that it works as a drop-in replacement for the readline library. This option turns that behavior off.--enable-debug Build debugging code (for libedit development).Optionally, define environment variables, including (not exclusively):CFLAGS="?" Pass these flags to the compiler. You probably shouldn't define this unless you know what you are doing.CPPFLAGS="?" Pass these flags to the C preprocessor. Note that CFLAGS is not passed to 'cpp' when 'configure' is looking for include files, so you must use CPPFLAGS instead if you need to help 'configure' find header files.LD_LIBRARY_PATH="?" 'ld' uses this colon-separated list to find libraries.LDFLAGS="?" Flags passed to 'gcc', which should normally be passed on to 'ld'.PATH="?" 'configure' uses this to find programs.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?