Skip to content

xwuupb/hellomath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title author date
hellomath
Xin Wu
30.12.2019

Introduction

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.

Build

autoreconf -i; ./configure; make; make check; sudo make install;

Documentation

  • docs/html/index.html: Source code documentation generated by Doxygen.

  • docs/UserManual.md: User Manual.