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:
11
README.org
11
README.org
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user