vinniefalco / DSPFilters

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

Linux build #32

Closed Iunusov closed 7 years ago

Iunusov commented 7 years ago

This library can be easily built on Linux platform. But I do not see any makefiles .. With my changes will be possible to create the project files for all platforms (including Visual Studio, of course), by just typing:

cd DSPFilters/shared
mkdir build
cd build
cmake ..

Then, you can just type "make", if you on Linux. In Windows, you can open the generated project file.

Thats all.