Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ohmtech-rdi committed Dec 7, 2023
1 parent 69afa26 commit 956dcce
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions documentation/setup/linux-cpp-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system:

- [`git`](https://git-scm.com/download)
- [Python 3](https://www.python.org/downloads/)
- [VCV Rack version 2](https://vcvrack.com/Rack)
- [VCV Rack at least version 2.4](https://vcvrack.com/Rack)

If you are a developer, there is a chance that most of them are installed already.

Expand Down Expand Up @@ -143,7 +143,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg
...
LINK plugin.dylib
PACKAGE Release Drop
INSTALL /Users/raf/Documents/Rack2/plugins/Drop/
INSTALL /Users/raf/Documents/Rack2/plugins-lin-x64/Drop/
```

You can then run VCV Rack and play with your module.
Expand All @@ -160,7 +160,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg
...
LINK plugin.dylib
PACKAGE Debug Drop
INSTALL /Users/raf/Documents/Rack2/plugins/Drop/
INSTALL /Users/raf/Documents/Rack2/plugins-lin-x64/Drop/
```

You can build the firmware by running:
Expand Down
2 changes: 1 addition & 1 deletion documentation/setup/linux-cpp-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system:
- [`git`](https://git-scm.com/download)
- [Python 3](https://www.python.org/downloads/)
- [Visual Studio Code](https://code.visualstudio.com/download)
- [VCV Rack version 2](https://vcvrack.com/Rack)
- [VCV Rack at least version 2.4](https://vcvrack.com/Rack)

If you are a developer, there is a chance that most of them are installed already.

Expand Down
4 changes: 2 additions & 2 deletions documentation/setup/linux-faust.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system:
- [`git`](https://git-scm.com/download)
- [Python 3](https://www.python.org/downloads/)
- [Faust](https://faust.grame.fr)
- [VCV Rack version 2](https://vcvrack.com/Rack)
- [VCV Rack at least version 2.4](https://vcvrack.com/Rack)

If you are a developer, there is a chance that most of them are installed already.

Expand Down Expand Up @@ -160,7 +160,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg
...
LINK plugin.dylib
PACKAGE Release Flanger
INSTALL /Users/raf/Documents/Rack2/plugins/Flanger/
INSTALL /Users/raf/Documents/Rack2/plugins-lin-x64/Flanger/
```

You can then run VCV Rack and play with your module.
Expand Down
6 changes: 3 additions & 3 deletions documentation/setup/macos-cpp-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system:
- [`git`](https://git-scm.com/download)
- [Python 3](https://www.python.org/downloads/)
- [Xcode command line tools](https://developer.apple.com/xcode/)
- [VCV Rack version 2](https://vcvrack.com/Rack)
- [VCV Rack at least version 2.4](https://vcvrack.com/Rack)

If you are a developer, there is a chance that most of them are installed already.

Expand Down Expand Up @@ -140,7 +140,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg
...
LINK plugin.dylib
PACKAGE Release Drop
INSTALL /Users/raf/Documents/Rack2/plugins/Drop/
INSTALL /Users/raf/Documents/Rack2/plugins-mac-x64/Drop/
```

You can then run VCV Rack and play with your module.
Expand All @@ -157,7 +157,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg
...
LINK plugin.dylib
PACKAGE Debug Drop
INSTALL /Users/raf/Documents/Rack2/plugins/Drop/
INSTALL /Users/raf/Documents/Rack2/plugins-mac-x64/Drop/
```

You can build the firmware by running:
Expand Down
2 changes: 1 addition & 1 deletion documentation/setup/macos-cpp-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system:
- [Python 3](https://www.python.org/downloads/)
- [Xcode command line tools](https://developer.apple.com/xcode/)
- [Visual Studio Code](https://code.visualstudio.com/download)
- [VCV Rack version 2](https://vcvrack.com/Rack)
- [VCV Rack at least version 2.4](https://vcvrack.com/Rack)

If you are a developer, there is a chance that most of them are installed already.

Expand Down
2 changes: 1 addition & 1 deletion documentation/setup/macos-cpp-xcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system:
- [`git`](https://git-scm.com/download)
- [Python 3](https://www.python.org/downloads/)
- [Xcode version 11 or later](https://developer.apple.com/xcode/)
- [VCV Rack version 2](https://vcvrack.com/Rack)
- [VCV Rack at least version 2.4](https://vcvrack.com/Rack)

If you are a developer, there is a chance that most of them are installed already.

Expand Down
4 changes: 2 additions & 2 deletions documentation/setup/macos-faust.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system:
- [Python 3](https://www.python.org/downloads/)
- [Xcode command line tools](https://developer.apple.com/xcode/)
- [Faust](https://faust.grame.fr)
- [VCV Rack version 2](https://vcvrack.com/Rack)
- [VCV Rack at least version 2.4](https://vcvrack.com/Rack)

If you are a developer, there is a chance that most of them are installed already.

Expand Down Expand Up @@ -157,7 +157,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg
...
LINK plugin.dylib
PACKAGE Release Flanger
INSTALL /Users/raf/Documents/Rack2/plugins/Flanger/
INSTALL /Users/raf/Documents/Rack2/plugins-mac-x64/Flanger/
```

You can then run VCV Rack and play with your module.
Expand Down
2 changes: 1 addition & 1 deletion documentation/setup/macos-max.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system:
- [Python 3](https://www.python.org/downloads/)
- [Xcode command line tools](https://developer.apple.com/xcode/)
- [Max](https://cycling74.com/products/max) at least version 8
- [VCV Rack version 2](https://vcvrack.com/Rack)
- [VCV Rack at least version 2.4](https://vcvrack.com/Rack)

If you are a developer, there is a chance that most of them are installed already.

Expand Down
6 changes: 3 additions & 3 deletions documentation/setup/windows-cpp-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system:

- [`git`](https://git-scm.com/download) and in particular the Git Bash shell
- [Python 3](https://www.python.org/downloads/)
- [VCV Rack version 2](https://vcvrack.com/Rack)
- [VCV Rack at least version 2.4](https://vcvrack.com/Rack)

If you are a developer, there is a chance that most of them are installed already.

Expand Down Expand Up @@ -123,7 +123,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg
...
LINK plugin.dylib
PACKAGE Release Drop
INSTALL /Users/raf/Documents/Rack2/plugins/Drop/
INSTALL /Users/raf/Documents/Rack2/plugins-win-x64/Drop/
```

You can then run VCV Rack and play with your module.
Expand All @@ -140,7 +140,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg
...
LINK plugin.dylib
PACKAGE Debug Drop
INSTALL /Users/raf/Documents/Rack2/plugins/Drop/
INSTALL /Users/raf/Documents/Rack2/plugins-win-x64/Drop/
```

You can build the firmware by running:
Expand Down
2 changes: 1 addition & 1 deletion documentation/setup/windows-cpp-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system:
- [`git`](https://git-scm.com/download) and in particular the Git Bash shell
- [Python 3](https://www.python.org/downloads/)
- [Visual Studio Code](https://code.visualstudio.com/download)
- [VCV Rack version 2](https://vcvrack.com/Rack)
- [VCV Rack at least version 2.4](https://vcvrack.com/Rack)

If you are a developer, there is a chance that most of them are installed already.

Expand Down
4 changes: 2 additions & 2 deletions documentation/setup/windows-faust.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system:
- [`git`](https://git-scm.com/download) and in particular the Git Bash shell
- [Python 3](https://www.python.org/downloads/)
- [Faust](https://faust.grame.fr)
- [VCV Rack version 2](https://vcvrack.com/Rack)
- [VCV Rack at least version 2.4](https://vcvrack.com/Rack)

If you are a developer, there is a chance that most of them are installed already.

Expand Down Expand Up @@ -140,7 +140,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg
...
LINK plugin.dylib
PACKAGE Release Flanger
INSTALL /Users/raf/Documents/Rack2/plugins/Flanger/
INSTALL /Users/raf/Documents/Rack2/plugins-win-x64/Flanger/
```

You can then run VCV Rack and play with your module.
Expand Down
2 changes: 1 addition & 1 deletion documentation/setup/windows-max.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system:
- [`git`](https://git-scm.com/download) and in particular the Git Bash shell
- [Python 3](https://www.python.org/downloads/)
- [Max](https://cycling74.com/products/max) at least version 8
- [VCV Rack version 2](https://vcvrack.com/Rack)
- [VCV Rack at least version 2.4](https://vcvrack.com/Rack)

If you are a developer, there is a chance that most of them are installed already.

Expand Down

0 comments on commit 956dcce

Please sign in to comment.