SassC is a wrapper around libsass, a CSS pre-processor language.
This package is known to build and work properly using an LFS-8.3 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.4/libsass-3.5.4.tar.gz
Download MD5 sum: 4af3f4ffd3e8cac1cb1c90ebc2dd41b2
Download size: 324 KB
Estimated disk space required: 168 MB
Estimated build time: 0.9 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 2018-08-30 16:17:00 -0700