An open API service indexing awesome lists of open source software.

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

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).