sassc-3.5.0

Introduction to sassc

SassC is a wrapper around libsass, a CSS pre-processor language.

This package is known to build and work properly using an LFS-8.4 platform.

Package Information

Additional Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/sassc

Installation of sassc

First, build the library:

autoreconf -fi &&

./configure --prefix=/usr --disable-static &&
make

This package does not come with at test suite.

Now, as the root user:

make install

Build the command line wrapper:

tar -xf ../sassc-3.5.0.tar.gz &&
cd sassc-3.5.0 &&
autoreconf -fi &&

./configure --prefix=/usr &&
make

This package does not come with at test suite.

Now, as the root user:

make install

Contents

Installed Programs: sassc
Installed Libraries: libsass.so
Installed Directories: /usr/include/sass

Short Descriptions

sassc

provides a command line interface to the libsass library.

Last updated on 2019-02-17 17:10:59 -0800