Common parameters of configure: The configure script has a large number of command line options. for different software packages, these options may change, but many basic options will not change. run the configure script with the & amp; lsquo; & mdash; help & amp; rsquo; option to view all available options. Here...
Common parameters of configure: The configure script has a large number of command line options. for different software packages, these options may change, but many basic options will not change. run the configure script with the '-help' option to view all available options. Here I will only list some common options for your reference! -- Prefix is the most common option. The makefile you create will view the parameters passed with this option. you can use this option to define the installation path. www.2cto.com -- enable-FEATURE [= ARG] some software packages may provide some features that are disabled by default. you can use this option to use it. here, FEATURE is the FEATURE name, A feature may accept an optional parameter, for example, $. /configure-enable-buffer = 123 -- with-PACKAGE [= ARG] in GNU, there is an excellent tradition of using existing software packages and libraries. when configure is used to configure a source code tree, you can provide information about other installed software packages, such as: $. /configure -- with-zlib =/zlib $. /configure -- with-pcre =/iloveyin by pcre
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service