Skip to content

Commit 93cb81f

Browse files
committed
Update README.md
1 parent f89478e commit 93cb81f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,31 @@ This project is a work in progress.
88
I currently only build on macOS.
99

1010
### Build Csound content
11-
- Install Xcode command line tools for clang, and install Node, CMake 3.21.4, Csound 6.16.2, and Cabbage 2.5.12. Make
11+
1. Install Xcode command line tools for clang, and install Node, CMake 3.21.4, Csound 6.17.0, and Cabbage 2.5.12. Make
1212
sure `clang`, `node` and `cmake` are on the PATH.
13-
- In the `2-PrimitiveTrianglest` folder, run commands:
13+
- Newer versions of CMake will probably work.
14+
- Csound 6.18.0 does not work correctly for this project, yet.
15+
- Cabbage 2.5.12 can be downloaded from https://github.com/docEdub/cabbage-releases/releases/download/Cabbage-2.5.12/Cabbage-2.5.12.zip
16+
1. In the `2-PrimitiveTrianglest` folder, run commands:
1417
```
1518
node configure
1619
node make
1720
```
18-
- To change the build options run command:
21+
1. To change the build options run command:
1922
```
2023
node make edit_cache
2124
```
22-
- To see `make` targets run command:
25+
1. To see `make` targets run command:
2326
```
2427
node make help
2528
```
26-
- To build the VST3 plugins run command:
29+
1. To build the VST3 plugins run command:
2730
```
2831
node make vst3
2932
```
3033
3134
The .csd files and plugins will be generated in `2-PrimitiveTriangles/Csound/build`.
3235
33-
If any of the above commands fail, try running them again. They may work the 2nd time.
34-
3536
VST3 plugins should work with Reaper since that's what I use.
3637
3738
### Bounce Reaper projects to monolith Csound .csd

0 commit comments

Comments
 (0)