added version to documentation
This commit is contained in:
parent
b08ebd719c
commit
d9d2cda5c3
@ -31,7 +31,7 @@ PROJECT_NAME = QSE
|
||||
# This could be handy for archiving the generated documentation or
|
||||
# if some version control system is used.
|
||||
|
||||
PROJECT_NUMBER =
|
||||
PROJECT_NUMBER = @VERSION@
|
||||
|
||||
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
|
||||
# base path where the generated documentation will be put.
|
||||
|
@ -20,7 +20,7 @@ See the following key functions.
|
||||
- qse_cut_exec()
|
||||
- qse_cut_close()
|
||||
|
||||
Also see a helper functions for easier use.
|
||||
Also see helper functions for easier use.
|
||||
|
||||
- qse_cut_openstd()
|
||||
- qse_cut_compstd()
|
||||
|
@ -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
|
||||
instruction.
|
||||
|
||||
Download the latest source package from:
|
||||
Unpack the latest source package downloaded from:
|
||||
- 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
|
||||
$ ./configure
|
||||
|
Loading…
Reference in New Issue
Block a user