Skip to content
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

Has anybody succeeded in installing on Raspberry PI? #7

Closed
agoralive opened this issue Mar 12, 2020 · 2 comments
Closed

Has anybody succeeded in installing on Raspberry PI? #7

agoralive opened this issue Mar 12, 2020 · 2 comments
Labels

Comments

@agoralive
Copy link

My rasp is 3B+

How do I success here, any tutorial?

@thebigpotatoe
Copy link
Owner

Either it will or will not work out of the box. I haven't managed to get around to installing it on my Pi yet, however I know it does install on flavours of linux.

You may have to compile canvas from source and potentially the other libraries as well if there are no pre compiled binaries for the Pi on your choice of OS.

@thebigpotatoe
Copy link
Owner

For those struggling, Canvas must be installed from source for the Pi. This requires the following to be installed;

sudo apt-get update -y  && \
sudo apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

And you may have to install it from scratch in your .node-red folder;

npm install --build-from-source canvas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants