Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Update dependencies #55

Merged
merged 2 commits into from
Nov 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions chapters/chapter_2/section_1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# fetching dependencies

[gh:glib]: http://github.com/GNOME/glib
[ref:flex]: http://flex.sourceforge.net/
[gh:flex]: https://github.com/westes/flex
[gh:openssl]: http://github.com/openssl/openssl
[ref:pkg-config]: http://www.freedesktop.org/wiki/Software/pkg-config/
[ref:libtool]: http://www.gnu.org/software/libtool/
Expand All @@ -13,6 +13,9 @@
[gh:json-c]: http://github.com/json-c/
[gh:rabbitmq-c]: http://github.com/alanxz/rabbitmq-c
[ref:docbook]: http://www.sagehill.net/docbookxsl/
[ref:astyle]: http://astyle.sourceforge.net/
[gh:criterion]: http://github.com/Snaipe/Criterion
[ref:libxml2]: http://www.xmlsoft.org/

Like every project syslog-ng also uses other libraries and projects.
That’s why these dependencies must be fetched before compiling.
Expand All @@ -21,7 +24,7 @@ In this section we list these libraries and version restrictions.
|Dependency | Version |
|-------------------------------|--------------|
|[glib][gh:glib] |>=2.10.1 |
|[flex][ref:flex] |>=2.0.0 |
|[flex][gh:flex] |>=2.0.0 |
|[openssl][gh:openssl] |>=0.9.8 |
|[pkg-config][ref:pkg-config] |--- |
|[libtool][ref:libtool] |--- |
Expand All @@ -34,4 +37,13 @@ In this section we list these libraries and version restrictions.
|[rabbitmq-c][gh:rabbitmq-c] |>=0.6.0 |
|[docbook-xsl][ref:docbook] |--- |

## Development dependencies

In case of contribution the following dependencies are required
in order to run `make check`, `make style-check` and `make style-format`.

|Dependency | Version |
|-------------------------------|--------------|
|[astyle][ref:astyle] |==2.05.1 |
|[criterion][gh:criterion] |>=2.3.0 |
|[libxml2-utils][ref:libxml2] |>=2.9.4 |