Installation dependent on repo? #26656
jmafc
started this conversation in
Installation Issues
Replies: 1 comment 5 replies
-
|
By keeping it all together, V doesn't require you to set 1/2 dozen env vars in order to use it. When you start V running, it "knows" the directory it was run from, and looks for cmd, vlib, thirdparty, etc., etc. in that same directory. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know it's still not 1.0, but it seems that after the
vexecutable is built from source, it cannot be copied somewhere else, e.g., to$HOME/bin, but instead it has to be symlinked back to the repo. If you simply copy it,v initfor example, hangs for a while and then panics because it can't findcmd/tools/vcreate. The downloadable .zip files appear to be copies of the entire repo, regardless of actual destination platform. I think it ought to be customized, at least before the 1.0 release.Beta Was this translation helpful? Give feedback.
All reactions