Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cr0a3/quill
- Owner: Cr0a3
- License: apache-2.0
- Created: 2024-03-07T12:27:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T17:21:22.000Z (5 months ago)
- Last Synced: 2024-11-01T12:42:09.314Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 163 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: license
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
```