SassC is a wrapper around libsass, a CSS pre-processor language.
This package is known to build and work properly using an LFS-10.1 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.4/libsass-3.6.4.tar.gz
Download MD5 sum: 602f7ff300f41f9d456c60a67270e3e0
Download size: 332 KB
Estimated disk space required: 210 MB
Estimated build time: 0.5 SBU (Using parallelism=4)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/sassc
First, build the library:
tar -xf ../libsass-3.6.4.tar.gz && pushd libsass-3.6.4 && 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 2021-02-21 13:05:24 -0600