Last active
August 29, 2015 14:06
-
-
Save nferrari/449e9d31fc7192b9d1b8 to your computer and use it in GitHub Desktop.
Install lessc on alwaysdata (to use django_compressor for example)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~ | |
mkdir -p .local | |
mkdir -p tmp | |
cd tmp | |
git clone https://github.com/joyent/node.git . | |
git checkout v0.10.31 | |
./configure --prefix=~/.local | |
make LINK=g++ install | |
~/.local/bin/npm install -g less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment