Browse Source

Update README.md to include running make rack-sdk-all.

v2
Christoph Scholtes 4 weeks ago
parent
commit
4ae8eccb2a
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      README.md

+ 6
- 0
README.md View File

@@ -67,6 +67,12 @@ make toolchain-all
Each toolchain will take around an hour to build and will require network access, about 8 GB free RAM, and about 15 GB free disk space.
The final disk space after building is about 3.7 GB.

Get Rack SDKs.
```bash
make rack-sdk-all
```
The Rack SDK version is defined in the Makefile.

Build your plugin.
```bash
make -j$(nproc) plugin-build PLUGIN_DIR=...


Loading…
Cancel
Save