https://github.com/asdf-community/asdf-ccache
ccache plugin for the asdf version manager
https://github.com/asdf-community/asdf-ccache
asdf asdf-plugin
Last synced: 4 months ago
JSON representation
ccache plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-ccache
- Owner: asdf-community
- License: apache-2.0
- Created: 2019-10-09T17:27:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T02:41:46.000Z (over 2 years ago)
- Last Synced: 2024-05-21T09:16:29.074Z (about 2 years ago)
- Topics: asdf, asdf-plugin
- Language: Shell
- Homepage: https://github.com/asdf-vm/asdf
- Size: 27.3 KB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# asdf-ccache
[ccache](https://ccache.dev) plugin for asdf version manager
# Build history
## Prerequirements
- Make sure you have the required dependencies installed:
- A C++ compiler
- A C compiler
- CMake (when installing ccache version 4 or newer)
- GNU make
- curl
- git
- tar
## Installation
```bash
asdf plugin add ccache https://github.com/asdf-community/asdf-ccache.git
```
## Usage
Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to
install & manage versions.
## License
Licensed under the
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).