bdon/OSMExpress

`make install` does not install osmx

Closed this issue · 2 comments

Chaz6 commented

After running cmake and make, make install installs all files except for osmx.

bdon commented

Hi, I don't recommend running make install right now, you should be able to use the osmx binary that is created in the same directory as the CMakeLists.txt.

To make this work correctly as the project matures, the rpaths for dynamically linked libraries need to be fixed, and I haven't been able to do this yet in a cross-platform way. It's also possible we can create a static binary, which would simplify this.

bdon commented

The static build should work now, and make install will default to installing osmx in /usr/local/bin. Let me know if this works for you.