-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# CPS-Config | ||
|
||
CPS-Config has been designed to be used a drop-in replacement for pkg-config, | ||
with at least some features from pkgconf, as well as it's own features. | ||
|
||
## Building | ||
|
||
You will need at least a C++ compiler, the Meson build system, and Ninja. It is | ||
currently only tested on Linux. | ||
|
||
Basic instructions are: | ||
```sh | ||
meson setup builddir | ||
ninja -C builddir test | ||
``` | ||
|
||
## Status | ||
|
||
CPS-config is currently in alpha status. Some things work, others do not. | ||
|
||
Bug reports and other issues are welcome. | ||
|
||
Bug fix and feature PRs are welcome. For larger features please open an issue to | ||
help coordinate work. |