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 734B

12345678910111213141516171819202122232425262728293031323334
  1. # Rack
  2. *Rack* is the engine for the VCV open-source virtual Eurorack DAW.
  3. ## Building
  4. *If the build fails for you, please report the issue with a detailed error message to help the portability of Rack.*
  5. Clone this repository and `cd` into it.
  6. On Windows, use [MSYS2](http://www.msys2.org/) and launch a mingw64 shell.
  7. Clone submodules.
  8. git submodule update --init
  9. Build dependencies locally.
  10. cd dep
  11. make
  12. cd ..
  13. Build Rack.
  14. make
  15. Run Rack.
  16. make run
  17. ## License
  18. Rack source code by [Andrew Belt](https://andrewbelt.name/) licensed under the [BSD-3-Clause](LICENSE.txt)
  19. Component Library graphics by [Grayscale](http://grayscale.info/) licensed under the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)