| @@ -56,20 +56,3 @@ All properties are currently optional, but it is recommended to enter as much in | |||||
| - **latestVersion**: Your plugin's latest version, using the guidelines at https://github.com/VCVRack/Rack/issues/266. Do not include the "v" prefix. | - **latestVersion**: Your plugin's latest version, using the guidelines at https://github.com/VCVRack/Rack/issues/266. Do not include the "v" prefix. | ||||
| - **productId**: ID for plugins sold through the VCV Store. | - **productId**: ID for plugins sold through the VCV Store. | ||||
| - **status**: *TODO* | - **status**: *TODO* | ||||
| ## Building repos | |||||
| Clone all repos with `git submodule update --init --recursive` | |||||
| Then build all repos with `RACK_DIR=<path to Rack directory> make -j$(nproc) dist_all` | |||||
| ## Adding a repo | |||||
| The folder name should match the slug, even if it is not the repository name. | |||||
| Be sure to check out the correct branch. | |||||
| ``` | |||||
| cd repos | |||||
| git submodule add -b master https://github.com/VCVRack/Fundamental.git Fundamental | |||||
| ``` | |||||