mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-04-04 16:27:51 +08:00
README.md: removed references to autogen
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
13
README.md
13
README.md
@@ -47,8 +47,6 @@ libprotobuf-c0-dev / protobuf-c-devel
|
||||
libtalloc-dev / libtalloc-devel
|
||||
libhttp-parser-dev / http-parser-devel
|
||||
libpcl1-dev / pcllib-devel
|
||||
libopts25-dev / autogen-libopts-devel
|
||||
autogen / autogen
|
||||
protobuf-c-compiler/ protobuf-c
|
||||
gperf / gperf
|
||||
liblockfile-bin / lockfile-progs
|
||||
@@ -73,10 +71,6 @@ To build from a distributed release use:
|
||||
$ ./configure && make && make check
|
||||
```
|
||||
|
||||
When cross compiling it may be useful to add the --enable-local-libopts
|
||||
option to configure.
|
||||
|
||||
|
||||
To test the code coverage of the test suite use the following:
|
||||
```
|
||||
$ ./configure --enable-code-coverage
|
||||
@@ -87,7 +81,7 @@ Note that the code coverage reported does not currently include tests which
|
||||
are run within docker.
|
||||
|
||||
In addition to the prerequisites listed above, building from git requires
|
||||
the following packages: autoconf, automake, autogen, git2cl, and xz.
|
||||
the following packages: autoconf, automake, git2cl, and xz.
|
||||
|
||||
To build from the git repository use:
|
||||
```
|
||||
@@ -96,11 +90,6 @@ $ ./configure && make
|
||||
```
|
||||
|
||||
|
||||
Note that the system's autogen version must match the included libopts
|
||||
version on the development system, if the included libopts library is to
|
||||
be used.
|
||||
|
||||
|
||||
# Basic installation instructions
|
||||
|
||||
Now you need to generate a certificate. E.g.
|
||||
|
||||
Reference in New Issue
Block a user