Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cr0a3/quill

C's package manager
https://github.com/cr0a3/quill

Last synced: about 2 months ago
JSON representation

C's package manager

Awesome Lists containing this project

README

        

# Quill

Cpack is a package manager heavely inspirated by cargo for C++.

## Installation

You can go to our releases and download one build or build it by yourself.

### Self building

First you need to head to the rust install page: [Link](https://www.rust-lang.org/tools/install) and download and install Rust.

Then clone the repo:
```
git clone https://github.com/Toni-Graphics/cpack.git
```

The run:
```
cargo build --release
```