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
Makefile
in the project's root directory. - Use
$ autoreconf --install
to createconfigure
script, then use theconfigure
script to configure aMakefile
and build/install the library. - Use the
init-at
script, which will createrelease
anddebug
subdirectories with appropriatly configured Makefiles.
The API reference, such as it is, can be found at http://milik.cz/~jan/cppapp/docs .