You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tools, documentation, and reference implementation of a Max Package built using the Min-API.
5
5
@@ -9,15 +9,15 @@ Tools, documentation, and reference implementation of a Max Package built using
9
9
There are two layers of material included in the Min-DevKit package.
10
10
11
11
*`min-devkit` is an example package following current best-practices for package creation.
12
-
*`min-api` is a folder within the devkit containing all of the support files you will need to compile an external object written in modern C++. This folder you will include in your own package's source folder.
13
-
*`min-lib` contains building blocks, helper classes, and unit generators that may be useful in authoring C++ code for audio, video, and data processing.
12
+
*[min-api](https://github.com/Cycling74/min-api) is a folder within the devkit containing all of the support files you will need to compile an external object written in modern C++. This folder you will include in your own package's source folder.
13
+
*[min-lib](https://github.com/Cycling74/min-lib) contains building blocks, helper classes, and unit generators that may be useful in authoring C++ code for audio, video, and data processing.
14
14
15
15
16
16
## Prerequisites
17
17
18
18
To build the externals in this package you will need some form of compiler support on your system.
19
19
20
-
* On the Mac this means **Xcode 10or 11** (you can get from the App Store for free).
20
+
* On the Mac this means **Xcode 10, 11 or 12** (you can get from the App Store for free).
21
21
* On Windows this means **Visual Studio 2017 or 2019** (you can download a free version from Microsoft). The installer for Visual Studio 2017 offers an option to install Git, which you should choose to do.
22
22
23
23
You will also need to install a recent version of [CMake](https://cmake.org/download/) (version 3.19 or higher).
@@ -55,7 +55,9 @@ Having generated the projects, you can now build by opening the .sln file in the
55
55
56
56
`cmake --build . --config Release`
57
57
58
+
## Max 8.2 Update
58
59
60
+
The Min-DevKit was updated on August 5, 2021 to support Apple silion and unify base headers with the Max SDK. There may be some modifications required to existing projects in order to integrate this update. See the [SDK 8.2 update readme](https://github.com/Cycling74/max-sdk/blob/main/README-8.2-update.md) for further details. For support with this update please use the [Max developer forum](https://cycling74.com/forums/category/Dev/page/1).
0 commit comments