Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks
edwinjhlee opened this issue Apr 11, 2024 · 2 comments
Open
2 tasks

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

edwinjhlee opened this issue Apr 11, 2024 · 2 comments
Labels
Feature Request This issue is made to request a feature.

Comments

@edwinjhlee
Copy link

edwinjhlee commented Apr 11, 2024

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 edwinjhlee added the Feature Request This issue is made to request a feature. label Apr 11, 2024
@spytheman
Copy link
Member

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.

@edwinjhlee
Copy link
Author

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request This issue is made to request a feature.
Projects
None yet
Development

No branches or pull requests

2 participants