Modified DECLARE/DEFINE to expect seperate scope.
[libsex.git] / README
blob7f09431aecb1c6abe887667f261c38ef67522d31
1                        BUILD SYSTEM
2                       --------------
4 This software uses CMake. The following targets exist:
6         all:     build library
7         doxygen: build API documentation (requires Doxygen)
8         about:   build auxialiary doc. (requires MarkDown)
9         doc:     build targets "doxygen" and "about"
10         check:   build and run unit tests (requires CppUnit)
11         install: build and install library
15                        CMAKE USAGE
16                       -------------
18 Depends on your OS. I can only speak for myself:
20         mkdir -p build
21         cd build
22         cmake ..
23         make $TARGET