当前位置: 首页 > 工具软件 > SassC > 使用案例 >

Ubuntu16.04安装sassc

杜英叡
2023-12-01

                          ubuntu 16.04在安装adapta主题时遇到没有发现sassc

在简书上看到某位博主写的教程,顾再此记录一下

转至:https://www.jianshu.com/p/226c8c86003b

STEP 1

cd /usr/local/lib/

sudo git clone https://github.com/sass/sassc.git --branch 3.4.2 --depth 1

sudo git clone https://github.com/sass/libsass.git --branch 3.4-stable --depth 1

sudo git clone https://github.com/sass/sass-spec.git --depth=1

STEP 2

echo 'SASS_LIBSASS_PATH="/usr/local/lib/libsass"' | sudo tee -a /etc/environment

source /etc/environment

STEP 3

sudo make -C libsass

STEP 4

sudo make -C sassc

sudo make -C sassc install

 类似资料: