You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.0KB

7 years ago
7 years ago
7 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Rack
  2. *Rack* is the engine for the VCV open-source virtual Eurorack DAW.
  3. ![Rack screenshot](https://vcvrack.com/images/screenshot.png)
  4. ## Building
  5. *If the build fails for you, please report the issue with a detailed error message to help the portability of Rack.*
  6. Clone this repository and `cd` into it.
  7. On Windows, use [MSYS2](http://www.msys2.org/) and launch a mingw64 shell.
  8. Clone submodules.
  9. git submodule update --init --recursive
  10. Build dependencies locally.
  11. cd dep
  12. make
  13. cd ..
  14. Build Rack.
  15. make
  16. Run Rack.
  17. make run
  18. ## Building plugins
  19. Clone your favorite plugin in the `plugins/` directory. e.g.:
  20. cd plugins
  21. git clone https://github.com/VCVRack/Fundamental.git
  22. Clone submodules.
  23. cd Fundamental
  24. git submodule update --init --recursive
  25. Build plugin.
  26. make
  27. ## License
  28. Rack source code by [Andrew Belt](https://andrewbelt.name/) licensed under the [BSD-3-Clause](LICENSE.txt)
  29. Component Library graphics by [Grayscale](http://grayscale.info/) licensed under the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)