Skip to content

Commit

Permalink
Remove libconfig dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
F4FXL committed Dec 30, 2021
1 parent eabec1d commit 5d9bda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


# 1. Introduction
This is a port of G4KLX Jonathan Naylor's [ircddbGateway](https://github.com/g4klx/ircDDBGateway). It is wxWidgets free and has minimal dependencies to boost (header libs only), libconfig++ and libcurl
This is a port of G4KLX Jonathan Naylor's [ircddbGateway](https://github.com/g4klx/ircDDBGateway). It is wxWidgets free and has minimal dependencies to boost (header libs only) and libcurl

# 2. Current State
## 2.1. Code sanity
Expand Down Expand Up @@ -69,7 +69,7 @@ git checkout develop
## 3.4. Prerequisites and dependencies
Before first time building you need to install dependencies and prerequisites
```
apt install build-essential libconfig++-dev libcurl4-openssl-dev libboost-dev
apt install build-essential libcurl4-openssl-dev libboost-dev
```
## 3.5. Building
```
Expand Down

0 comments on commit 5d9bda6

Please sign in to comment.