📄 install.so
字号:
m4_comment([$Id: install.so,v 10.18 2006/10/05 01:06:05 bostic Exp $])define(__m4_product_name, m4_db)define(__m4_directory, build_unix)define(__m4_install_directory, BerkeleyDB)m4_ref_title(Building __m4_product_name for UNIX/POSIX systems, Installing __m4_product_name, @installing __m4_product_name for UNIX systems, __m4_directory/flags, __m4_directory/shlib)m4_p([dnl__m4_product_name installs the following files into the following locations,with the following default values:])m4_table_begin(, _center)m4_table_header(Configuration Variables, Default value)m4_table_element(--prefix, /usr/local/__m4_install_directory[.]m4_bold(Major).m4_bold(Minor))m4_table_element(--exec_prefix, $(prefix))m4_table_element(--bindir, $(exec_prefix)/bin)m4_table_element(--includedir, $(prefix)/include)m4_table_element(--libdir, $(exec_prefix)/lib)m4_table_element(docdir, $(prefix)/docs)m4_table_header(Files, Default location)m4_table_element(include files, $(includedir))m4_table_element(libraries, $(libdir))m4_table_element(utilities, $(bindir))m4_table_element(documentation, $(docdir))m4_table_endm4_p([dnlWith one exception, this follows the GNU Autoconf and GNU CodingStandards installation guidelines; please see that documentation formore information and rationale.])m4_p([dnlThe single exception is the __m4_product_name documentation. The__m4_product_name documentation is provided in HTML format, not inUNIX-style man or GNU info format. For this reason, __m4_product_nameconfiguration does not support m4_bold(--infodir) or m4_bold(--mandir).To change the default installation location for the __m4_product_namedocumentation, modify the Makefile variable, m4_bold(docdir).])m4_p([dnlWhen installing __m4_product_name on filesystems shared by machines ofdifferent architectures, please note that although __m4_product_nameinclude files are installed based on the value of $(prefix), rather than$(exec_prefix), the __m4_product_name include files are not alwaysarchitecture independent.])m4_p([dnlTo move the entire installation tree to somewhere besidesm4_bold(/usr/local), change the value of m4_bold(prefix).])m4_p([dnlTo move the binaries and libraries to a different location, change thevalue of m4_bold(exec_prefix). The values of m4_bold(includedir) andm4_bold(libdir) may be similarly changed.])m4_p([dnlAny of these values except for m4_bold(docdir) may be set as part ofthe configuration:])m4_indent([prompt: ../dist/configure --bindir=/usr/local/bin])m4_p([dnlAny of these values, including m4_bold(docdir), may be changed when doingthe install itself:])m4_indent([prompt: make prefix=/usr/contrib/bdb install])m4_p([dnlThe __m4_product_name installation process will attempt to create anydirectories that do not already exist on the system.])m4_page_footer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -