doc
Former-commit-id: 7575709296877597e033981abf55de7446a4f179
This commit is contained in:
parent
8ec610a2ac
commit
6c73631691
@ -58,4 +58,31 @@ cd doc/latex
|
|||||||
make
|
make
|
||||||
|
|
||||||
This should generate a single file called refman.pdf in the same directory.
|
This should generate a single file called refman.pdf in the same directory.
|
||||||
|
|
||||||
|
\section compilation4 Sample program
|
||||||
|
|
||||||
|
Sample program using the library:
|
||||||
|
|
||||||
|
\verbatim
|
||||||
|
|
||||||
|
#include <concordia/concordia.hpp>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
|
||||||
|
Concordia concordia("concordia.cfg");
|
||||||
|
cout << concordia.getVersion() << endl;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
\endverbatim
|
||||||
|
|
||||||
|
Compilation method:
|
||||||
|
|
||||||
|
\verbatim
|
||||||
|
|
||||||
|
g++ test.cpp -lconcordia -lconfig++ -lboost_system -lboost_serialization -lboost_unit_test_framework -lboost_filesystem -lboost_program_options -lboost_iostreams
|
||||||
|
|
||||||
|
\endverbatim
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user