mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
build - Try using doxygen binary directly
This commit is contained in:
parent
3055957e76
commit
3b9279c211
2 changed files with 6 additions and 3 deletions
|
@ -5,5 +5,8 @@ wget -q http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.14.linux.bin.tar.gz
|
|||
echo "Decompressing..."
|
||||
tar -xzf doxygen-1.8.14.linux.bin.tar.gz
|
||||
|
||||
echo "Configure and Install Doxygen"
|
||||
cd doxygen-1.8.14 && ./configure && sudo make install
|
||||
cp doxygen-1.8.14/bin/* ~
|
||||
ls ~
|
||||
|
||||
#echo "Configure and Install Doxygen"
|
||||
#cd doxygen-1.8.14 && ./configure && sudo make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue