# HG changeset patch
# User Chris Cannam
# Date 1487955010 0
# Node ID a830b8e4cba116b103970d69115ef3a9af74dbc2
# Parent 32977fa2c012d79a5427b484c74afae12c7763d6
Update for v2.7
diff -r 32977fa2c012 -r a830b8e4cba1 develop.html
--- a/develop.html Thu Mar 17 15:29:41 2016 +0000
+++ b/develop.html Fri Feb 24 16:50:10 2017 +0000
@@ -38,37 +38,36 @@
Python using VamPy.
Developer Downloads
- - Download the Vamp plugin SDK (version 2.6):
+
- Download the Vamp plugin SDK (version 2.7):
- The main SDK (development headers, source code, example code):
-As a gzipped tar file
+As a gzipped tar file
or
-as a ZIP file.
+as a ZIP file.
- Pre-compiled library and host binaries:
-Windows (MinGW),
-Windows (MSVC: static libraries only),
-OS/X (64 bit Intel),
-Linux (32-bit),
+Windows (32-bit Intel x86, MSVC);
+Windows (64-bit Intel x64, MSVC);
+macOS (64-bit Intel);
+Linux (64-bit Intel, gcc-4 ABI);
and
-Linux (64-bit)
+Linux (64-bit Intel, gcc-5 ABI).
- Example plugin binaries:
-Windows,
-OS/X,
-32-bit Linux,
-64-bit Linux,
-and
-32-bit x86 Solaris (these are unchanged from version 2.0).
+Windows (32-bit Intel x86);
+Windows (64-bit Intel x64);
+macOS (64-bit Intel);
+Linux (32-bit Intel);
+Linux (64-bit Intel).
- - Documentation bundle.
+ - Documentation bundle.
- The code project for the Vamp API and SDK.