Skip to content

Commit

Permalink
docs: add pkg names for linux distributions
Browse files Browse the repository at this point in the history
- alpine and rpm based
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
  • Loading branch information
king-11 authored and ksedgwic committed Sep 15, 2023
1 parent 9dc326a commit fdaeea7
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,29 @@ Dependencies
------------

If you are installing from some official [source release tarball](https://github.com/ZmnSCPxj/clboss/releases),
you only need the below packages installed on a Debian or
Debian-derived systems:
you only need the below packages installed.

Debian-derived systems:
* `build-essential`
* `pkg-config`
* `libev-dev`
* `libcurl4-gnutls-dev`
* `libsqlite3-dev`

RPM-dervied :
* `groupinstall "Development Tools"`
* `pkg-config`
* `libev-devel`
* `libcurl-devel`
* `libsqlite3x-devel`

Alpine:
* `build-base`
* `pkgconf`
* `libev-dev`
* `curl-dev`
* `sqlite-dev`

Equivalent packages have a good probability of existing in
non-Debian-derived distributions as well.

Expand All @@ -54,8 +68,10 @@ it while building):

* `dnsutils`

For alpine linux the package is: `bind-tools`.

If you have to build directly from github.com, you need the below
Debian packages in addition:
Debian/RPM/Alpine packages in addition:

* `git`
* `automake`
Expand Down

0 comments on commit fdaeea7

Please sign in to comment.