mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
5 lines
184 B
Bash
5 lines
184 B
Bash
#!/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
|