vicb / VisuGps3

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

make fails on ubuntu 17.10 #15

Closed oupala closed 6 years ago

oupala commented 6 years ago

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

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

And I do have plovr-81ed862.jar installed in VisuGps3 directory.

vicb commented 6 years ago

Have you copied build/make.js.dist to build/make.js and customize it ?

(you want to do the same for the .dev.js also)

oupala commented 6 years ago

This step was not written in the documentation, so I had not done that. While creating this file, it works well.

Except make lint that fails in all cases.

And once built, how do you install and serve VisuGps on the web?

vicb commented 6 years ago

This step was not written in the documentation, so I had not done that. While creating this file, it works well.

The docs are behind but PR are welcome !

And once built, how do you install and serve VisuGps on the web?

You only have to serve an html that reference the js file.