-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathREADME.txt
32 lines (21 loc) · 951 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Documentation
-------------
Comprehensive documentation for Config4Cpp is available. However, it is
distributed separately from the source code. You can find the
documentation (in PDF and HTML formats) on www.config4star.org.
Compilation instructions
------------------------
The build system has been tested on: (1) Linux with G++, (2) Cygwin with
G++, and (3) Windows with Visual C++ 6.0.
To build on Linux or Cygwin, run the following commands:
make
To build on Windows with Visual C++, run the following commands:
vcvars32.bat
nmake -f Makefile.win
If you are building on another operating system, or with another
compiler, the you might need to edit "Makefile.inc" (if you are on a
UNIX-like operating system) or "Makefile.win.inc" (if you are on
Windows). You might also need to edit "src/platform.h" and
"src/platform.cpp".
Executables will be put into the "bin" directory, and library files will
be put into the "lib" directory.