(16.12.2017, 08:57)Peziman schrieb: Yep me too.... I can't install Waze. Same Problem as Glidlock.
It looks like a missing folder at the Git repository (src/gtk2/Roadmap????) or a missing depending.
I tried a lot yesterday and unfortunately did not get to work.
Mmmmhhh.... Very bad! :-(
Finally, get it work on RPi3.
What I done:
1.
Download Waze from github.
2.
I renamed «waze-master» to «waze»
3.
Remove Waze folder to /home/pi
4.
Install fresh raspbian image on sd card (I used image from may 2017, because CarPC don’t work on latest raspbian stretch image (don’t know why) ).
5.
sudo apt-get update (wait till installation complete )
6.
sudo apt-get upgrade (wait till installation complete )
7.
sudo apt-get install libgps-dev (wait till installation complete )
8.
sudo apt-get install libsqlite3-dev (wait till installation complete )
9.
sudo apt-get install libgtk2.0-dev (wait till installation complete )
10.
sudo apt-get install libagg-dev (wait till installation complete )
11.
sudo apt-get install libfribidi-dev (wait till installation complete )
12.
sudo apt-get install libssl-dev (wait till installation complete )
13.
cd waze
14.
make (wait till installation complete about 5-7 minutes )
15.
make install-user (wait till installation complete )
16.
sudo make install (wait till installation complete )
17.
cd
18.
waze