v icon indicating copy to clipboard operation
v copied to clipboard

Provide portable release for aarch/x86 and macos/window/linux

Open edwinjhlee opened this issue 1 year ago • 2 comments

Describe the feature

Provide portable release for aarch/x86 and macos/window/linux

Use Case

User can easily download the portable zip, and then use it without sudo and system package manager.

Proposed Solution

No response

Other Information

I am developing x-cmd. We would like to add v lang into x-cmd pkg.

Take bun for example: https://x-cmd.com/pkg/bun

I am also wondering which version could be considered as stable and added to our pkg sytem.

If vlang is stable, I can also add '.v' into x-cmd so user can x hi.v then will automatically setup v environment and execute hi.v script.

Acknowledgements

  • [ ] I may be able to implement this feature request
  • [ ] This feature might incur a breaking change

Version used

0.3

Environment details (OS name and version, etc.)

aarch/x86 and macos/window/linux

[!NOTE] You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.

edwinjhlee avatar Apr 11 '24 13:04 edwinjhlee

You can use the .zip files here: https://github.com/vlang/v/releases , or you can compile V from source yourself. V on its own does not need installation or sudo. It can be run from any folder, if you specify the full path to the V executable, or if you have its folder in your PATH env variable.

spytheman avatar Apr 20 '24 05:04 spytheman

Is it possible to provide prebuilt for more targets, like linux-aarch64 ?

Is it possible to provide prebuilt for more targets, like linux-aarch64 ?

edwinjhlee avatar Apr 20 '24 08:04 edwinjhlee