Browse Source

Remove branch description from README

tags/v0.6.1
Andrew Belt 6 years ago
parent
commit
c969b34734
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      README.md

+ 0
- 3
README.md View File

@@ -53,9 +53,6 @@ sudo apt install git curl cmake libx11-dev libglu1-mesa-dev libxrandr-dev libxin
Clone this repository with `git clone https://github.com/VCVRack/Rack.git` and `cd Rack`. Clone this repository with `git clone https://github.com/VCVRack/Rack.git` and `cd Rack`.
Make sure there are no spaces in your path, as this breaks many build systems. Make sure there are no spaces in your path, as this breaks many build systems.


The `master` branch contains the latest public code and breaks its plugin [API](https://en.wikipedia.org/wiki/Application_programming_interface) and [ABI](https://en.wikipedia.org/wiki/Application_binary_interface) frequently.
If you wish to build a version of Rack which is API/ABI-compatible with an official Rack release, check out the desired branch with `git checkout v0.5` for example.

Clone submodules. Clone submodules.


git submodule update --init --recursive git submodule update --init --recursive


Loading…
Cancel
Save