humanoid-path-planner / hpp-doc

Documentation for project Humanoid Path Planner
https://humanoid-path-planner.github.io/hpp-doc
ISC License
29 stars 23 forks source link

doxygen build #36

Closed nim65s closed 5 years ago

nim65s commented 5 years ago

Hi,

I can't build the docker container for 14.04 CI, because of https://github.com/humanoid-path-planner/hpp-doc/blob/master/.dockers/ubuntu-14.04/Dockerfile.premade#L6

I don't see any rule about doxygen 1.8.10… Was it removed recently ? Should I remove this line from this Dockerfile ?

florent-lamiraux commented 5 years ago

From what I remember, in Ubuntu 14.04, I used to compile doxygen from source since the official ubuntu version did crash when handling doxytag files. Target "doxygen-1.8.10.install " is provided in https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/ubuntu-14.04/doc/Makefile

nim65s commented 5 years ago

Thanks for the pointer. ${WGET} -O - "ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.10.linux.bin.tar.gz" | ${TAR} -xz;\ This is exactly what we were talking about this morning.