Skip to content

Commit 33f6495

Browse files
authored
Update max external README.md
1 parent 3f2c86e commit 33f6495

1 file changed

Lines changed: 24 additions & 8 deletions

File tree

plugins/max-external/btrack~/README.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,36 @@
11
BTrack Max External: btrack~
22
============================
33

4+
Download the latest build
5+
-------------------------
6+
7+
[Download latest Max external](https://github.com/adamstark/Btrack/releases/latest/download/btrack~.zip)
8+
9+
IMPORTANT: Once you have downloaded the external, in terminal navigate to where the `btrack~.mxo` is and run:
10+
11+
xattr -d com.apple.quarantine btrack~.mxo
12+
13+
This will remove any quarantine complaints
414

515
Build Instructions
616
------------------
717

8-
Edit the file maxmspsdk.xcconfig in this directory, setting the path to the c74support folder in your version of the Max SDK:
18+
To build the Max external clone the repo:
19+
20+
git clone https://github.com/adamstark/BTrack.git
21+
22+
Change to the `btrack~` max external directory:
23+
24+
cd plugins/max-external/btrack~
25+
26+
Run the build script:
927

28+
chmod +x ./build-max-external.sh
29+
./build-max-external.sh
1030

11-
C74SUPPORT = $(SRCROOT)/../../../SDKs/MaxSDK-6.1.4/c74support/
12-
13-
14-
Also, to compile BTrack, you will require the following libraries:
31+
The resulting external will be:
1532

16-
* FFTW
17-
* libsamplerate
33+
plugins/max-external/btrack~/output/btrack~.mxo
1834

1935
Documentation
2036
-------------
@@ -40,4 +56,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4056
GNU General Public License for more details.
4157

4258
You should have received a copy of the GNU General Public License
43-
along with this program. If not, see <http://www.gnu.org/licenses/>.
59+
along with this program. If not, see <http://www.gnu.org/licenses/>.

0 commit comments

Comments
 (0)