-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with make install-libsass #8
Comments
Hey, thanks for reporting this. The |
Btw. on Ubuntu 20.10 you should be able to install a libsass binary package via |
That was the first thing I tried, but could not.
Do I need a PPA? |
Ah, sry, it's |
Yes, that installs, but could not find it when starting... |
Hi @straight-shoota, I wanted to build the markdown example from the Alizarin shard.
That required libsass.
When running
make install-libsass
, I got the following error:I looked at the Makefile but could not figure out how to change it to using an already existing
/usr/local/lib
, so I renamed it, to later copy it back.Then the same happened with
/usr/local/include
.So I managed to get it installed
I'm using Ubuntu 20.10 and Crystal 1.0.0
The text was updated successfully, but these errors were encountered: