Skip to content

Building with makefiles

mgreter edited this page Dec 22, 2014 · 5 revisions

Building with makefiles

Prepare the sources

git clone https://github.com/sass/libsass.git

Compile a static build

BUILD="static" make -C libsass -j5

Compile a shared build

BUILD="shared" make -C libsass -j5