mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
build - Quiet wget and execute doxygen install first
This commit is contained in:
parent
be67ef3a6c
commit
4b7b3408bc
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
#!/bin/sh
|
||||
set -ex
|
||||
wget http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.linux.bin.tar.gz
|
||||
wget -q http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.linux.bin.tar.gz
|
||||
|
||||
echo "Decompressing..."
|
||||
tar -xzvf doxygen-1.8.14.linux.bin.tar.gz
|
||||
|
||||
echo "Configure and Install Doxygen"
|
||||
cd doxygen-1.8.14 && ./configure && make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue