File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff 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.
181181There is also [ README] ( ./tools/lint/examples/README.md ) describing some examples of
182182using ` 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
202186libyang includes several tests built with [ cmocka] ( https://cmocka.org/ ) . The tests
You can’t perform that action at this time.
0 commit comments