Preparation for working with DSPElib using Visual Studio 2019
- Visual Studio 2019 – installation (community edition will work)
- C++ support must be installed
- Optionally install Graphviz https://graphviz.org/ for dot files convertion to graphic formats.
- Optionally install Doxygen (https://www.doxygen.nl/) which can be used for generation of library documentation from source code.
- subfolder Doxydoc contains doxygen configuration files and windows batch files for documatation generation using doxygen.
- Open main solution DSPE_lib.sln from main library folder
- Select solution configuration: Debug or Release
- Select solution platform: x64 or x86
- Compile whole solution or separate projects
- main library project: DSPElib
- compiled library files will be stored in "{solution folder}.._DSPE_lib_VStudio_" folder
- compiled example projects exe files will be located in "{solution folder}\examples" folder
- Wiki