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.
Download (HTTP): https://github.com/sass/sassc/archive/3.5.0/sassc-3.5.0.tar.gz
Download MD5 sum: f5c6aeb4e98c96d093f20295fc490f2c
Download size: 28 KB
Estimated disk space required: 4.3 MB
Estimated build time: 0.1 SBU
Download (HTTP): https://github.com/sass/libsass/archive/3.5.5/libsass-3.5.5.tar.gz
Download MD5 sum: 3685f6f58282e06d82f3171063797a90
Download size: 320 KB
Estimated disk space required: 168 MB
Estimated build time: 1.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
Last updated on 2019-02-17 17:10:59 -0800