Mercurial > hg > vamp-plugin-sdk
annotate 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 |
| rev | line source |
|---|---|
| cannam@291 | 1 |
| cannam@291 | 2 Compiling and Installing the SDK and Examples |
| cannam@291 | 3 ============================================= |
| cannam@291 | 4 |
| cannam@291 | 5 * Windows with Visual C++: Please read build/README.msvc |
| cannam@291 | 6 |
| cannam@291 | 7 * Mac OS/X: Please read build/README.osx |
| cannam@291 | 8 |
| cannam@291 | 9 * Linux: Please read build/README.linux |
| cannam@291 | 10 |
| cannam@296 | 11 * Windows cross-compiling from Linux: Try build/Makefile.mingw32 |
| cannam@296 | 12 |
| cannam@291 | 13 See the README file in this directory for more information about this SDK. |
| cannam@291 | 14 |
