Skip to content
Adam Tauber edited this page Mar 9, 2014 · 2 revisions

Install Required packages to compile less files

using npm

npm install -g less

using apt-get

apt-get install node-less

Compile .less files to style.css

run these command in the root directory of searx:

make styles