Difference between revisions of "Doxygen"
Line 21: | Line 21: | ||
rm src/unistd.h && | rm src/unistd.h && | ||
+ | sed -i "s/remove/this->&/" qtools/qvaluestack.h && | ||
./configure --prefix /usr --docdir /usr/share/doc && | ./configure --prefix /usr --docdir /usr/share/doc && | ||
make | make | ||
Line 39: | Line 40: | ||
Compile the package: | Compile the package: | ||
+ | rm src/unistd.h && | ||
+ | sed -i "s/remove/this->&/" qtools/qvaluestack.h && | ||
./configure --prefix /usr --docdir /usr/share/doc && | ./configure --prefix /usr --docdir /usr/share/doc && | ||
make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" | make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" | ||
Line 54: | Line 57: | ||
Compile the package: | Compile the package: | ||
+ | rm src/unistd.h && | ||
+ | sed -i "s/remove/this->&/" qtools/qvaluestack.h && | ||
./configure --prefix /usr --docdir /usr/share/doc && | ./configure --prefix /usr --docdir /usr/share/doc && | ||
make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" | make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" | ||
Line 69: | Line 74: | ||
Compile the package: | Compile the package: | ||
+ | rm src/unistd.h && | ||
+ | sed -i "s/remove/this->&/" qtools/qvaluestack.h && | ||
./configure --prefix /usr --docdir /usr/share/doc && | ./configure --prefix /usr --docdir /usr/share/doc && | ||
make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" | make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" |
Revision as of 13:49, 25 September 2006
Download Source: | ftp://ftp.stack.nl/pub/users/dimitri/doxygen-1.4.7.src.tar.gz |
---|
Dependencies
Optional
Non-Multilib
Compile the package:
rm src/unistd.h && sed -i "s/remove/this->&/" qtools/qvaluestack.h && ./configure --prefix /usr --docdir /usr/share/doc && make
Install the package
make install
If you wish to generate and install the package documentation (note that man pages have already been installed), you must have Python, teTeX (for HTML docs) and Ghostscript (for PDF docs) installed, then issue the following command:
make install_docs
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
rm src/unistd.h && sed -i "s/remove/this->&/" qtools/qvaluestack.h && ./configure --prefix /usr --docdir /usr/share/doc && make CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}"
Install the package
make install
If you wish to generate and install the package documentation (note that man pages have already been installed), you must have Python, teTeX (for HTML docs) and Ghostscript (for PDF docs) installed, then issue the following command:
make install_docs
N32
Compile the package:
rm src/unistd.h && sed -i "s/remove/this->&/" qtools/qvaluestack.h && ./configure --prefix /usr --docdir /usr/share/doc && make CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}"
Install the package
make install
If you wish to generate and install the package documentation (note that man pages have already been installed), you must have Python, teTeX (for HTML docs) and Ghostscript (for PDF docs) installed, then issue the following command:
make install_docs
64Bit
Compile the package:
rm src/unistd.h && sed -i "s/remove/this->&/" qtools/qvaluestack.h && ./configure --prefix /usr --docdir /usr/share/doc && make CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}"
Install the package
make install
If you wish to generate and install the package documentation (note that man pages have already been installed), you must have Python, teTeX (for HTML docs) and Ghostscript (for PDF docs) installed, then issue the following command:
make install_docs