Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Apr 7, 2024
1 parent 1f4aea1 commit 1a1ca33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ Finally, open <code>build/ChucKDesignerCHOP.sln</code> and compile.

### MacOS

[@DBraun](https://github.com/DBraun) doesn't have a macOS App Distribution Developer License, so you must compile ChucKDesigner on your own computer.
Download and unzip the latest macOS [release](https://github.com/DBraun/ChucKDesigner/releases). Copy the latest `.plugin` and `.dylib` files to this project's `Plugins` folder or `~/Library/Application Support/Derivative/TouchDesigner099/Plugins`. That's all!

If you'd like to build the ChucKDesigner plugins yourself, these are the instructions:

1. Clone this repository with git. Then update all submodules in the root of the repository with `git submodule update --init --recursive`
2. Install Xcode.
Expand All @@ -64,8 +66,6 @@ Finally, open <code>build/ChucKDesignerCHOP.sln</code> and compile.
6. In the same Terminal window, navigate to the root of this repository and run `sh build_macos.sh`
7. Open `ChucKDesigner.toe` and play around!

<!-- Download and unzip the latest macOS [release](https://github.com/DBraun/ChucKDesigner/releases). Copy the latest `.plugin` and `.dylib` files to this project's `Plugins` folder or `~/Library/Application Support/Derivative/TouchDesigner099/Plugins`. -->

## API

### Python interface to ChucK Audio CHOP
Expand Down

0 comments on commit 1a1ca33

Please sign in to comment.