SassC is a wrapper around libsass, a CSS pre-processor language.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): https://github.com/sass/sassc/archive/3.6.1/sassc-3.6.1.tar.gz
Download MD5 sum: dd675920c7151e50e2d2ac14f0fb222a
Download size: 28 KB
Estimated disk space required: 4.4 MB
Estimated build time: 0.1 SBU
Download (HTTP): https://github.com/sass/libsass/archive/3.6.1/libsass-3.6.1.tar.gz
Download MD5 sum: 8b0aee63fd535cf6f40b254a6f453d24
Download size: 328 KB
Estimated disk space required: 212 MB
Estimated build time: 1.4 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/sassc
First, build the library:
tar -xf ../libsass-3.6.1.tar.gz && pushd libsass-3.6.1 && autoreconf -fi && ./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
Build the command line wrapper:
popd && autoreconf -fi && ./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root
user:
make install
Last updated on 2019-08-16 20:24:05 -0700