source:
issm/oecreview/Archive/24684-25833/ISSM-25186-25187.diff@
27230
Last change on this file since 27230 was 25834, checked in by , 4 years ago | |
---|---|
File size: 797 bytes |
-
../trunk-jpl/externalpackages/doxygen/install.sh
6 6 mkdir install 7 7 8 8 #Download latest version 9 svn co https://svn.code.sf.net/p/doxygen/code/trunk src 9 git clone https://github.com/doxygen/doxygen.git install 10 10 11 11 #Configure doxygen 12 cd src && ./configure --prefix "$ISSM_DIR/externalpackages/doxygen/install" 12 cd install 13 mkdir build 14 cd build 15 cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="$ISSM_DIR/externalpackages/doxygen/install" .. 13 16 if [ $# -eq 0 ]; then 14 17 make 15 18 else … … 16 19 make -j $1 17 20 fi 18 21 19 #Install doxygen20 22 make install 21 make install_docs
Note:
See TracBrowser
for help on using the repository browser.