Closed luchadorman closed 8 years ago
In which directory are you in ? You compile this at the toplevel directory,
I am in ~/rpi-rgb-led-matrix-master
Is that correct?
Yes, that is perfect. If it doesn't work, then you have the wrong repository :) Make sure to get things here: https://github.com/hzeller/rpi-rgb-led-matrix
Is there anyway for me to check the repository? I was following that documentation during installation.
I am very low level on skills for a project such as this.
If you checked out this repository, you're good and it should work. If you got the repository from somewhere else (e.g. Adafruit), it won't work.
I did follow this adafruit tutorial
Do you know what I would need to do differently to run this one instead?
Do not follow the Adafruit tutorial. They point to their fork of this tutorial, which is ancient and does not have the image viewer for instance.
You are filing issues for this repository, so you should as well check out this library: https://github.com/hzeller/rpi-rgb-led-matrix.git
Then follow the README. If you have an Adafruit HAT, look in the section "If you have an Adafruit HAT" what to edit in the Makefile to make it work with that hardware.
Ok! I will do that and check the adafruit hat section.
Thank you for your help, I will comment here if I have anymore issues!
I just cleared out my previous files and redid it with your repository and still received the same message. I've attached a picture below.
I ran wget https://github.com/hzeller/rpi-rgb-led-matrix/archive/master.zip
then unzip master.zip
then cd rpi-rgb-led-matrix-master/ && make
then tried a couple of demos that ran,
and finally sudo apt-get update && sudo apt-get install libgraphicsmagick++-dev libwebp-dev && make led-image-viewer
I've resolved this problem, i cloned the git instead of using wget and everything now works.
Can you help me wen i run a demo i just get this
Hello, I've been doing the steps that you already mention. I clone the most recent repository from GitHub and followed the steps. However I still have the message ***No rule to make target 'led-image-viewer'. Stop.
Is there another way to install the led-image-viewer?
Thanks in advance
Are you in the utils/
directory ?
I was in the rpi-rgb-led-matrix/
directory, but I changed it to utils/
directory and everything worked fine. Thank a lot.
When I run this,
sudo apt-get update && sudo apt-get install libgraphicsmagick++-dev libwebp-dev && make led-image-viewer
It ends with make: ***No rule to make target 'led-image-viewer'. Stop.
I'm realllllllly trying to get this running to put on my graduation cap tomorrow and would love some help!