glfs/basicnet/netprogs/wget/wget-exp.xml
Larry Lawrence 989f781013 edited wget, edited exp files in basicnet,netprogs
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@366 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-11-03 04:42:03 +00:00

17 lines
558 B
XML

<sect2>
<title>Command explanations</title>
<para><userinput>--prefix=/usr "</userinput> : This compiles and installs
wget into the <filename>/usr</filename> hierarchy instead of <filename>/usr/local</filename>.</para>
<para><userinput>--sysconfigdir=/etc</userinput> : This relocates
the configuration file from <filename>/usr/etc</filename> to
<filename>/etc</filename>.</para>
<para><userinput>--with-ssl</userinput> : This command can be added to
the configure command for wget to utilize the SSL library listed in the
introduction.</para>
</sect2>