1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-06-05 01:09:17 +02:00

- mentioned needed -for installation- header files in README.

This commit is contained in:
cage
2021-01-10 20:48:39 +01:00
parent 6e91a0f4b4
commit e106bedf3d
2 changed files with 19 additions and 2 deletions

View File

@@ -88,6 +88,15 @@ manager of your distribution (~apt~, ~yum~ etc).
- libssl (TLS socket)
- linidn2 (i18n domain name aka idna)
The C library should be installed with their header (~*.h~)
files. On Debian or derived system this means installing the
library package with the ~-dev~ suffix as shown below:
#+BEGIN_SRC sh
# apt-get install libssl-dev libidn2-dev
#+END_SRC
* Install
1. optional step needed only if you have not already the configure script,
@@ -132,7 +141,7 @@ manager of your distribution (~apt~, ~yum~ etc).
6. install on your system:
#+BEGIN_SRC sh
$ make install
# make install
#+END_SRC
7. take a look the manpage: