build - Install doxygen manually (for correct version)

This commit is contained in:
thephez 2018-01-25 14:24:02 -05:00
parent c23df90ba5
commit a21ce80deb
3 changed files with 8 additions and 9 deletions

View file

@ -0,0 +1,5 @@
#!/bin/sh
set -ex
wget http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.linux.bin.tar.gz
tar -xzvf doxygen-1.8.14.linux.bin.tar.gz
cd doxygen-1.8.14 && ./configure && make install