Browse Source

Added Issue Tracker section to README

tags/v0.4.0
Andrew Belt 7 years ago
parent
commit
7fdc6663fd
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      README.md

+ 6
- 0
README.md View File

@@ -6,6 +6,12 @@


This README includes instructions for building Rack from source. For information about the software, go to https://vcvrack.com/. This README includes instructions for building Rack from source. For information about the software, go to https://vcvrack.com/.


## The [Issue Tracker](https://github.com/VCVRack/Rack/issues) *is* the official developer's forum

Bug reports, feature requests, and even *questions/discussions* are welcome on the GitHub Issue Tracker for all VCVRack repos.

Please vote on feature requests by using the Thumbs Up/Down reaction on the first post.

## Setting up your development environment ## Setting up your development environment


Rack's dependencies (GLEW, glfw, etc) do not need to be installed on your system, since specific versions are compiled locally during the build process. However, you need proper tools to build these dependencies. Rack's dependencies (GLEW, glfw, etc) do not need to be installed on your system, since specific versions are compiled locally during the build process. However, you need proper tools to build these dependencies.


Loading…
Cancel
Save