-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
[Feature]: Support GCC/Clang plugin #165
Comments
Are you interested in raising a PR? Plugin Development Doc: https://vfox.lhan.me/plugins/create/howto.html |
I'm interested, but I'm not good at developing vfox plug-ins. Maybe I can try it, but I don't have much time recently. |
I basically implemented the clang plugin (in the simplest way), and transferred the repository to the version-fox organization. Anyone could help with tasks like updating versions (which may be automated in the future). By the way, any package available from conda-forge (such as gcc, perl, python, rust, etc.) can be made into a plugin for vfox in a similar manner, which can avoid unnecessary compilation and get rid of system dependencies. |
GCC/Clang plug-in is required
The text was updated successfully, but these errors were encountered: