Skip to content

Commit 03a66c9

Browse files
committed
typo
1 parent be9d610 commit 03a66c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ These instructions are modified from the amazingly streamlined UGen writing tuto
1919
3. `cd` into it
2020
3. Set the compiler options and build
2121
4. set the make parameters by typing `cmake -DSC_PATH=PATH_TO_SUPERCOLLIDER_SOURCE -DCMAKE_BUILD_TYPE=Release ..`
22-
5. for a MacOS fat binary add `-D CMAKE_OSX_ARCHITECTURES="x86_64;arm64"` - or for a personal copy the option `-DCMAKE_CXX_FLAGS=-march=native` will optimise as fast as the machine will go, at the cost of compatibility with other hardware.
22+
5. for a MacOS fat binary add `-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"` - or for a personal copy the option `-DCMAKE_CXX_FLAGS=-march=native` will optimise as fast as the machine will go, at the cost of compatibility with other hardware.
2323
6. type `make`, it should compile.
2424
7. once it is done, install the Ugen and its Declaration by moving them in the `release-packaging/IBufWr/classes` and 'release-packaging/IBufWr/plugins' respectively, then move the whole `IBufWr` folder in your `Extensions` folder.
2525
8. for MacOS this is where code signature and notarization has to happen...

0 commit comments

Comments
 (0)