Outils pour utilisateurs

Outils du site


devweb:less (lu 496 fois)

Ceci est une ancienne révision du document !


LESS

Homepage ⇒ http://lesscss.org/

Installation

# être root

su root
cd ~

# Download latest version of node.js
# please replace the url with the newest available version, which you can find here http://nodejs.org/download/

wget http://nodejs.org/dist/node-v0.4.7.tar.gz

# extract node.js install package

tar xfvz node-v0.4.7.tar.gz

# change working directory

cd node-v0.4.7

# configure

./configure

# compile it

make -j4

# install it

make install

#Installer less

npm install -g less
When you run “./configure” you might get an error that no g++,c++… compiler is available.
You can run “apt-get install build-essential” to solve this.

If you get an error that no openSSL is not available you can either configure it without them (–without-ssl) or you can install libssl by running: apt-get install libssl-dev

devweb/less.1379795591.txt.gz · Dernière modification: 21-09-2013 22:33 de edmc73