mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
203 lines
5.0 KiB
XML
203 lines
5.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY sassc-download-http
|
|
"https://github.com/sass/sassc/archive/&sassc-version;/sassc-&sassc-version;.tar.gz">
|
|
<!ENTITY sassc-download-ftp " ">
|
|
<!ENTITY sassc-md5sum "4c3b06ce2979f2a9f0a35093e501d8bb">
|
|
<!ENTITY sassc-size "28 KB">
|
|
<!ENTITY sassc-buildsize "5.1 MB">
|
|
<!ENTITY sassc-time "less than 0.1 SBU">
|
|
|
|
<!ENTITY libsass-download-http
|
|
"https://github.com/sass/libsass/archive/&libsass-version;/libsass-&libsass-version;.tar.gz">
|
|
<!ENTITY libsass-download-ftp " ">
|
|
<!ENTITY libsass-md5sum "afda97284d75a030cabadf5b9f998a3b">
|
|
<!ENTITY libsass-size "336 KB">
|
|
<!ENTITY libsass-buildsize "135 MB">
|
|
<!ENTITY libsass-time "0.4 SBU (Using parallelism=4)">
|
|
]>
|
|
|
|
<sect1 id="sassc" xreflabel="sassc-&sassc-version;">
|
|
<?dbhtml filename="sassc.html"?>
|
|
|
|
|
|
<title>sassc-&sassc-version;</title>
|
|
|
|
<indexterm zone="sassc">
|
|
<primary sortas="a-sassc">sassc</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to sassc</title>
|
|
|
|
<para>
|
|
SassC is a wrapper around libsass, a CSS pre-processor language.
|
|
</para>
|
|
|
|
&lfs120_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&sassc-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&sassc-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &sassc-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &sassc-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &sassc-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &sassc-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libsass-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libsass-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libsass-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libsass-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libsass-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libsass-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of sassc</title>
|
|
|
|
<para>
|
|
First, build the library:
|
|
</para>
|
|
|
|
<screen><userinput>tar -xf ../libsass-&libsass-version;.tar.gz &&
|
|
pushd libsass-&libsass-version; &&
|
|
|
|
autoreconf -fi &&
|
|
|
|
./configure --prefix=/usr --disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
<para>
|
|
Build the command line wrapper:
|
|
</para>
|
|
|
|
<screen><userinput>popd &&
|
|
autoreconf -fi &&
|
|
|
|
./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
sassc
|
|
</seg>
|
|
<seg>
|
|
libsass.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/sass
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="sassc-prog">
|
|
<term><command>sassc</command></term>
|
|
<listitem>
|
|
<para>
|
|
provides a command line interface to the libsass library
|
|
</para>
|
|
<indexterm zone="sassc sassc-prog">
|
|
<primary sortas="b-sassc">sassc</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|