title | author | date |
---|---|---|
hellomath |
Xin Wu |
30.12.2019 |
hellomath
demonstrates a not-so-simple development template by
using GNU Autotools.
A not-so-simple development template contains:
- Deployment of an external library, e.g. libm, is checked.
hellomath
has its own static library, e.g. libhm, which will be built.- Doxygen is used for source documentation generation.
autoreconf -i; ./configure; make; make check; sudo make install;
-
docs/html/index.html: Source code documentation generated by Doxygen.
-
docs/UserManual.md: User Manual.