mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
imlib cleanup
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@48 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a8fccf1032
commit
3823a50463
@ -3,8 +3,6 @@
|
||||
|
||||
<para><userinput>CPPFLAGS=-w :</userinput> This disables gcc 3.1 warnings that confuse configure.</para>
|
||||
|
||||
<para><userinput>--prefix=/usr :</userinput> This compiles and installs imlib into the <filename>/usr</filename> hierarchy instead of <filename>/usr/local</filename>.</para>
|
||||
|
||||
<para><userinput>--sysconfdir=/etc/imlib :</userinput> This installs and
|
||||
combines the configurations files into <filename>/etc</filename> instead
|
||||
of <filename>/usr/etc</filename>.</para>
|
||||
|
@ -3,8 +3,7 @@
|
||||
|
||||
<para>Install imlib by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>CPPFLAGS=-w ./configure --prefix=/usr
|
||||
--sysconfdir=/etc/imlib &&
|
||||
<para><screen><userinput>CPPFLAGS=-w ./configure --prefix=/usr --sysconfdir=/etc/imlib &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user