Skip to content

Commit b9104e0

Browse files
authored
Update ReadMe.md
1 parent e64057a commit b9104e0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

ReadMe.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Min-DevKit
2-
![CI](https://github.com/Cycling74/min-devkit/workflows/CI/badge.svg)
2+
![CI](https://github.com/Cycling74/jit.mo/actions/workflows/test.yml/badge.svg)
33

44
Tools, documentation, and reference implementation of a Max Package built using the Min-API.
55

@@ -9,15 +9,15 @@ Tools, documentation, and reference implementation of a Max Package built using
99
There are two layers of material included in the Min-DevKit package.
1010

1111
* `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.
1414

1515

1616
## Prerequisites
1717

1818
To build the externals in this package you will need some form of compiler support on your system.
1919

20-
* On the Mac this means **Xcode 10 or 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).
2121
* 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.
2222

2323
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
5555

5656
`cmake --build . --config Release`
5757

58+
## Max 8.2 Update
5859

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).
5961

6062
## Unit Testing
6163

0 commit comments

Comments
 (0)