Skip to content

A conan recipe for the VCV Rack SDK for Rack plugin development.

License

Notifications You must be signed in to change notification settings

qno/conan-vcvrack-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conan-vcvrack-sdk

A conan recipe for the VCV Rack SDK for Rack plugin development.

Build Status

conan vcvrack-sdk

Usage

  • Install and setup the Conan C++ package manager for your build platform

  • Add the following conan remote:

    • conan remote add qno https://qno.jfrog.io/artifactory/api/conan/public-conan
  • Recipe reference vcvrack-sdk/1.1.6@vcvrack/stable

  • For developing a Rack plugin with conan-vcvrack-sdk see conan-vcvrack-sdk-plugin-example for an example