We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1ecf26 + 77c52f5 commit 7a30b00Copy full SHA for 7a30b00
scripts/build_doxygen.sh
@@ -11,6 +11,6 @@ then
11
fi
12
13
mkdir -p doxygen/build
14
-wget http://ftp.stack.nl/pub/users/dimitri/doxygen-${DOXYGEN_VERSION}.src.tar.gz -O- | tar -xz --strip-components=1 --directory doxygen
+wget http://doxygen.nl/files/doxygen-${DOXYGEN_VERSION}.src.tar.gz -O- | tar -xz --strip-components=1 --directory doxygen
15
( cd doxygen/build && cmake .. )
16
make -j4 -C doxygen/build
0 commit comments