Skip to content
  • Antero Nousiainen's avatar
    Take GNU autotools into use when building · 45803469
    Antero Nousiainen authored
    The old makefile project is now modified to use the GNU autotools for
    building. The new system has wider support for e.g. code coverage and
    and document creation than the previous way.
    
    Quick guide for building with GNU autotools:
    
      ./bootstrap
      ./configure
      make
    
    See README.md for more information about the new build procedure.
    45803469
This project is licensed under the BSD 3-Clause "New" or "Revised" License. Learn more