Document clearly that tinc depends on curses and readline libraries.
This commit is contained in:
parent
a3decd0951
commit
1a115d1d1c
2 changed files with 6 additions and 4 deletions
|
@ -7,7 +7,8 @@ to install the very latest versions of the following packages:
|
||||||
- GCC
|
- GCC
|
||||||
- automake
|
- automake
|
||||||
- autoconf
|
- autoconf
|
||||||
- gettext
|
- ncurses or PDCurses
|
||||||
|
- readline
|
||||||
|
|
||||||
Then you have to let the autotools create all the autogenerated files, using
|
Then you have to let the autotools create all the autogenerated files, using
|
||||||
this command:
|
this command:
|
||||||
|
|
|
@ -335,9 +335,10 @@ as explained in the rest of the documentation.
|
||||||
|
|
||||||
@cindex requirements
|
@cindex requirements
|
||||||
@cindex libraries
|
@cindex libraries
|
||||||
Before you can configure or build tinc, you need to have the OpenSSL,
|
Before you can configure or build tinc, you need to have the OpenSSL, zlib,
|
||||||
zlib and lzo libraries installed on your system. If you try to configure tinc without
|
lzo, curses and readline libraries installed on your system. If you try to
|
||||||
having them installed, configure will give you an error message, and stop.
|
configure tinc without having them installed, configure will give you an error
|
||||||
|
message, and stop.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* OpenSSL::
|
* OpenSSL::
|
||||||
|
|
Loading…
Reference in a new issue