vinniefalco / DSPFilters

A Collection of Useful C++ Classes for Digital Signal Processing
1.87k stars 380 forks source link

Add shared library, installation task #52

Closed yoonghm closed 12 months ago

yoonghm commented 5 years ago

Developer could compile and install like this:

cmake -DCMAKE_INSTALL_PREFIX=/home/s . && make all install