diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 31 |
1 files changed, 19 insertions, 12 deletions
@@ -1,4 +1,4 @@ -DOXYGEN Version 0.49-990829 +DOXYGEN Version 0.49-990901 CONTENTS -------- @@ -14,34 +14,34 @@ INSTALLATION INSTRUCTIONS FOR UNIX: 1. Unpack the archive, unless you already have: - gunzip doxygen-0.49-990829.src.tar.gz # uncompress the archive - tar xf doxygen-0.49-990829.src.tar # unpack it + gunzip doxygen-0.49-990901.src.tar.gz # uncompress the archive + tar xf doxygen-0.49-990901.src.tar # unpack it 2. Run the configure script: - sh ./configure + sh ./configure The script tries to determine the platform you use, the location - of the Qt library, the make tool and the perl interpreter. - It will report what it finds. Use configure --help - to see how to override or change the default settings. + of the Qt library, the make tool (which _must_ be GNU make) and the perl + interpreter. It will report what it finds. Use configure --help + to see how to override or change the default or detected settings. 3. Compile the program by running make: - make + make The program should compile without problems and three binaries (doxygen, doxytag, and doxysearch) should be available in the bin directory of the distribution. -5. Generate the user manual. +5. Generate the user manual (optional, will also be done in step 6). - make docs + make docs to let doxygen generate the HTML and LaTeX documentation. (you will need the stream editor `sed' for this) - make ps + make ps to generate a postscript version of the manual. (you will need latex and dvips for this) @@ -54,6 +54,13 @@ INSTALLATION INSTRUCTIONS FOR UNIX: directory of the distribution. Just send it to a postscript printer to print it or use ghostview to view it. +6. Install the doxygen binaries, manual and examples + + make install + + Binaries are install to the directory <prefix>/bin + Documentation and examples to the directory <prefix>/share/doxygen + INSTALLATION INSTRUCTIONS FOR WINDOWS: -------------------------------------- @@ -173,4 +180,4 @@ The latest version of doxygen can be obtained at Enjoy, -Dimitri van Heesch (29 August 1999) +Dimitri van Heesch (01 September 1999) |