14.12.2017, 22:01
(03.12.2017, 15:10)Albino_Hedgehog schrieb: We have made some progress on this idea,
We have had it up and running with Car Pi, and we now have had successful attempts with the GPS Module interacting too!
Follow our progress here:
https://www.tapatalk.com/groups/engineer...-t832.html
Please,
explain me how to install Waze to RPI? I do exactly as described in README file on https://github.com/sashakh/waze, but get an errors.
1. I download Waze-master.zip from github.
2. Copy this file to /home/pi
3. Install libsqlite3-dev libgtk2.0-dev libagg-dev libfribidi-dev libssl-dev
4. Then cd Waze-master
make (here i get an error "recipe for target 'all' failed")
5. make install-user
6. sudo make install
All of this thing i do on clean raspberry image Jessie.
What and where i do wrong?