Import build skeleton

This commit is contained in:
Laurence Withers 2014-07-08 10:47:03 +00:00
commit 679b37dc35
39 changed files with 2080 additions and 0 deletions

22
README Normal file
View file

@ -0,0 +1,22 @@
libfir
========================================================================
Copyright: ©2014, Laurence Withers.
Author: Laurence Withers <l@lwithers.me.uk>
License: GPLv3
See file COPYING for detail license information.
Really Quick Instructions
-------------------------
To build: ./make.sh
To install: ./make.sh install
You might want to edit 'config' first. You might also want to set
'INSTALL_PREFIX', which is prepended onto the destination of any
installed file.
Overview
--------
This library implements FIR (finite impulse response) filtering in C.