Private C++ command-line toolbox. It started out as a collection of reusable classes I wrote for various shool assignments where I was allowed to use only my own code.
Compiles to statically-linked library.
The following is an installable package with configure script. To install,
run the configure script, then make and finally make install. The last
command may need administrator priviledges (sudo make install).
https://github.com/nnen/cppapp/releases
There are 3 methods:
- Use the simple
Makefilein the project's root directory. - Use
$ autoreconf --installto createconfigurescript, then use theconfigurescript to configure aMakefileand build/install the library. - Use the
init-atscript, which will createreleaseanddebugsubdirectories with appropriatly configured Makefiles.
The API reference, such as it is, can be found at http://milik.cz/~jan/cppapp/docs .