view INSTALL @ 525:8c18bdaad04f c++11-mutex

Avoid simple static allocation of mutex, as it could lead to mutex being destroyed before last adapter that needs to use it (since adapters are usually also static)
author Chris Cannam
date Mon, 09 Sep 2019 10:24:13 +0100
parents 7a393db13c75
children
line wrap: on
line source

Compiling and Installing the SDK and Examples
=============================================

 * Windows with Visual C++: Please read build/README.msvc

 * Mac OS/X: Please read build/README.osx

 * Linux: Please read build/README.linux

 * Windows cross-compiling from Linux: Try build/Makefile.mingw32

See the README file in this directory for more information about this SDK.