Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Under Debian-based or Ubuntu-based distributions, this should install the requir
$ sudo apt-get install \
build-essential gettext autoconf automake libproxy-dev \
libxml2-dev libtool vpnc-scripts pkg-config zlib1g-dev \
libgnutls-dev # may be named libgnutls28-dev on some recent Debian/Ubuntu-based distros
libssl-dev libgnutls-dev # may be named libgnutls28-dev on some recent Debian/Ubuntu-based distros
```

Once you have all the build dependencies installed, checkout and build from this repository.
Expand Down