Skip to content

Commit b45499b

Browse files
committed
readme DOC updated
1 parent 02a353b commit b45499b

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ as well as YANG 1.1 ([RFC 7950](https://tools.ietf.org/html/rfc7950)).
3535

3636
* C compiler
3737
* cmake >= 2.8.12
38-
* libpcre2 >= 10.30 (including devel package)
38+
* libpcre2 >= 10.21 (including devel package)
3939
* note, that PCRE is supposed to be compiled with unicode support (configure's options
4040
`--enable-utf` and `--enable-unicode-properties`)
4141

@@ -181,22 +181,6 @@ well as its man page are installed together with the library itself.
181181
There is also [README](./tools/lint/examples/README.md) describing some examples of
182182
using `yanglint`.
183183

184-
libyang supports YANG extensions via a plugin mechanism. Some of the plugins (for
185-
NACM or Metadata) are available out of the box and installed together with libyang.
186-
However, when libyang is not installed and `yanglint(1)` is used from the build
187-
directory, the plugins are not available. There are two options:
188-
189-
1. Install libyang.
190-
```
191-
# make install
192-
```
193-
194-
2. Set environment variable `LIBYANG_EXTENSIONS_PLUGINS_DIR` to contain path to the
195-
built extensions plugin (`./src/extensions` from the build directory).
196-
```
197-
$ LIBYANG_EXTENSIONS_PLUGINS_DIR="`pwd`/src/extensions" ./yanglint
198-
```
199-
200184
## Tests
201185

202186
libyang includes several tests built with [cmocka](https://cmocka.org/). The tests

0 commit comments

Comments
 (0)