-
Notifications
You must be signed in to change notification settings - Fork 9
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
RPi installation instructions do not work #14
Comments
BTW this is what I get (checked out the stretch branch).
|
Thanks for the feedback. Did you see this? https://github.com/ev3dev/grx/wiki/Compiling-the-code#advanced-command-line |
No, that is well hidden. Thanks! I have VSCode on my Windows setup, but not on my server (it’s headless). This is a good starting point though. I’ll give it a try, thanks for the fast response. |
Ok, there is no ./setup.deb.py file. Any way you can just tell me what the dependencies are? |
you can find the build dependencies here: https://github.com/ev3dev/grx/blob/ev3dev-stretch/debian/control |
So after an hour of guess the dependency hell, I got it to compile and install (14 warnings, but anyway). Still can’t run any python examples.
Looks like another missing dependency, but I don’t know what. Any suggestions? |
Did you set all of the environment variables? https://github.com/ev3dev/grx/wiki/Running-Programs#environment-variables |
Ah Ha! So - success! got boxes.py to run. Great - just got to get console-runner to install now... Note: you need to run ldconfig as well before the libraries are found. Thanks for all the help. Hopefully this will do what I'm looking for. |
IMHO, it would be easier to just install everything from the debian packages. Here is the missing keyring. You can unzip it an save it in |
Or you can just grab the .deb files and install them with e.g. http://archive.ev3dev.org/raspbian/pool/main/c/console-runner/ |
I am looking for a simple graphics package for RPi3. This looks promising, but the installation instructions are incorrect, and there are no instructions for building from source.
Specifically for RPi the file https://github.com/ev3dev/grx/raw/ev3dev-stretch/.travis/ev3dev-archive-keyring.gpg does not exist, so you can’t install from the repository.
I cloned the git, but none of the standard build tools work, and I don’t know the dependencies.
I could spend a lot of time working it out, but why not make it easy? Just provide some build/install instructions.
The text was updated successfully, but these errors were encountered: