Import build skeleton
This commit is contained in:
commit
679b37dc35
39 changed files with 2080 additions and 0 deletions
22
README
Normal file
22
README
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue