You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Thu, Mar 30, 2017 at 01:25:49AM -0700, baditaflorin wrote:
doxygen >/dev/null
/bin/sh: 1: doxygen: not found
It seems your ubuntu installation is missing the "doxygen" package.
Try to install it first.
I'm not an ubuntu user. On debian you can do this with:
sudo apt-get -f install doxygen
git clone https://github.com/joto/osmium.git
Cloning into 'osmium'...
remote: Counting objects: 8787, done.
remote: Total 8787 (delta 0), reused 0 (delta 0), pack-reused 8786
Receiving objects: 100% (8787/8787), 2.59 MiB | 611.00 KiB/s, done.
Resolving deltas: 100% (4849/4849), done.
Checking connectivity... done.
:
/data/florinb/osm-history-renderer/importer$ cd osmium/data/florinb/osm-history-renderer/importer/osmium$ make doc:
doxygen >/dev/null
/bin/sh: 1: doxygen: not found
Makefile:70: recipe for target 'doc/html/files.html' failed
make: *** [doc/html/files.html] Error 127
:~/data/florinb/osm-history-renderer/importer/osmium$ sudo make install
doxygen >/dev/null
/bin/sh: 1: doxygen: not found
Makefile:70: recipe for target 'doc/html/files.html' failed
make: *** [doc/html/files.html] Error 127
Using Ubuntu 16.04
The text was updated successfully, but these errors were encountered: