added version to documentation

This commit is contained in:
hyung-hwan 2011-07-21 10:32:07 +00:00
parent b08ebd719c
commit d9d2cda5c3
3 changed files with 8 additions and 4 deletions

View File

@ -31,7 +31,7 @@ PROJECT_NAME = QSE
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = PROJECT_NUMBER = @VERSION@
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.

View File

@ -20,7 +20,7 @@ See the following key functions.
- qse_cut_exec() - qse_cut_exec()
- qse_cut_close() - qse_cut_close()
Also see a helper functions for easier use. Also see helper functions for easier use.
- qse_cut_openstd() - qse_cut_openstd()
- qse_cut_compstd() - qse_cut_compstd()

View File

@ -31,10 +31,14 @@ The package uses the standard autoconf build systems. Briefly, you can run
@b configure and @b make to compile and install it. Here is the simple @b configure and @b make to compile and install it. Here is the simple
instruction. instruction.
Download the latest source package from: Unpack the latest source package downloaded from:
- http://code.google.com/p/qse/downloads/list - http://code.google.com/p/qse/downloads/list
Unpack the package and run @b configure and @b make to compile and install it: Alternatively, you can check out the lastest source code from the subversion
repository by executing the following command:
- svn checkout http://qse.googlecode.com/svn/trunk/qse/
Run @b configure and @b make to compile and install it:
@code @code
$ ./configure $ ./configure