vicb / VisuGps3

Display GPS tracks on top of Google maps
MIT License
36 stars 13 forks source link

make fails on ubuntu 16.04 #13

Closed oupala closed 7 years ago

oupala commented 7 years ago

I try to install VisuGps3 on my personal server and unfortunately make fails on ubuntu 16.04:

$ make dist/vgps3.js
make: ***  Aucune règle pour fabriquer la cible « build/make.js », nécessaire pour « dist/vgps3.js ». Arrêt.
vicb commented 7 years ago

You need to download PLOVR_JAR = plovr-81ed862.jar (see the top of the Makefile) to the project root

oupala commented 7 years ago

Well, the url set in the Makefile is broken.

Makefile: curl https://plovr.googlecode.com/files/$(notdir $@) >$@

The requested URL /files/plovr-81ed862.jar was not found on this server. That’s all we know.

It should be updated to the following url:

https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/plovr/plovr-81ed862.jar

Google Code is in an archive mode as it has been closed.