mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
Change the sassc page so that it is easier for jhalfs. Hope it is OK. Please
speak up if not git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21981 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
5112711e5a
commit
aeea22aa16
@ -78,7 +78,7 @@
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">Library Package Information</bridgehead>
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
@ -124,7 +124,10 @@
|
||||
First, build the library:
|
||||
</para>
|
||||
|
||||
<screen><userinput>autoreconf -fi &&
|
||||
<screen><userinput>tar -xf ../libsass-&libsass-version;.tar.gz &&
|
||||
pushd libsass-&libsass-version; &&
|
||||
|
||||
autoreconf -fi &&
|
||||
|
||||
./configure --prefix=/usr --disable-static &&
|
||||
make</userinput></screen>
|
||||
@ -143,8 +146,7 @@ make</userinput></screen>
|
||||
Build the command line wrapper:
|
||||
</para>
|
||||
|
||||
<screen><userinput>tar -xf ../sassc-&sassc-version;.tar.gz &&
|
||||
cd sassc-&sassc-version; &&
|
||||
<screen><userinput>popd &&
|
||||
autoreconf -fi &&
|
||||
|
||||
./configure --prefix=/usr &&
|
||||
|
Loading…
Reference in New Issue
Block a user