lemonweb/sassc-binary

There is no license information available for the latest version (3.3.5) of this package.

A wrapper package to compile the sassc binary from hcatlin's source

3.3.5 2016-04-21 07:24 UTC

This package is not auto-updated.

Last update: 2024-04-24 10:59:47 UTC


README

This package is a wrapper for the sassc-binary, compiled from hcatlin's source libraries libsass and sassc.

Centos 6 instructions to recompile sassc binary

sudo yum-config-manager --enable rhel-server-rhscl-6-rpmss
sudo yum install centos-release-scl
sudo yum install devtoolset-3-gcc devtoolset-3-gcc-c++
CC=/opt/rh/devtoolset-3/root/usr/bin/gcc CXX=/opt/rh/devtoolset-3/root/usr/bin/g++ php build.php