https://github.com/version-fox/vfox-clang
Clang plugin for vfox
https://github.com/version-fox/vfox-clang
c clang vfox-plugin
Last synced: 17 days ago
JSON representation
Clang plugin for vfox
- Host: GitHub
- URL: https://github.com/version-fox/vfox-clang
- Owner: version-fox
- License: apache-2.0
- Created: 2024-06-16T07:37:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-01T16:04:36.000Z (over 1 year ago)
- Last Synced: 2025-07-04T07:38:59.324Z (7 months ago)
- Topics: c, clang, vfox-plugin
- Language: Lua
- Homepage:
- Size: 7.99 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vfox-clang
[Clang](https://clang.llvm.org/) plugin for [vfox](https://vfox.lhan.me).
## Install
After installing [vfox](https://github.com/version-fox/vfox), install the plugin by running:
``` shell
vfox add clang
```
Next, search and select the version to install. By default, vfox keeps cache for available versions, use the `--no-cache` flag to delete the cache file.
``` shell
vfox search clang
vfox search clang --no-cache && vfox search clang
```
Install the latest stable version with `latest` tag.
``` shell
vfox install clang@latest
```
Some environment variables are served as following:
| Environment variables | Default value | Description |
| :-------------------- | :-------------------- | :------------------ |
| Conda_Forge | `conda-forge` | conda-forge channel |
| GITHUB_URL | `https://github.com/` | GitHub mirror URL |
Usage:
``` shell
export Conda_Forge=https://prefix.dev/conda-forge
export GITHUB_URL=https://mirror.ghproxy.com/https://github.com/
```