Skip to content

How to install binary package from GitHub repository? #18837

Discussion options

You must be logged in to vote

v install is for installing modules that will be pulled in and compiled with other code. It isn't meant to install and build standalone code.

If your code needs something more complex than v . to build, we recommend including a build.vsh file with your code. The user will still need to run the build.vsh file themselves after pulling down your code - there is no automated system for this.

The other alternative would be to create an install package for the OS, but you'll likely have to create a separate package for each OS variation, as well as every different package manager a user might use on that OS.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kevinmatthes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants