SassC is a wrapper around libsass, a CSS pre-processor language.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://github.com/sass/sassc/archive/3.6.2/sassc-3.6.2.tar.gz
MD5 校验和:4c3b06ce2979f2a9f0a35093e501d8bb
大小:28 KB
预计所需磁盘空间:5.1 MB
预计构建时间:小于 0.1 SBU
下载地址(HTTP):https://github.com/sass/libsass/archive/3.6.6/libsass-3.6.6.tar.gz
MD5 校验和:afda97284d75a030cabadf5b9f998a3b
大小:336 KB
预计所需磁盘空间:135 MB
预计构建时间:0.4 SBU(并行度=4)
First, build the library:
tar -xf ../libsass-3.6.6.tar.gz && pushd libsass-3.6.6 && 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