Update plugins.example/README

Change-Id: Ib428859b75e1c196cf9fa81ebae4969bbce079f2
Reviewed-on: https://code.wireshark.org/review/30396
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2018-09-14 03:41:21 +01:00 committed by João Valverde
parent ff5d025307
commit 681c175f90
1 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ $ cmake ..
$ make
$ sudo make install
If your wireshark.pc file is not in one of the standard pkg-config search paths
you will have to tell pkg-config where to find it. Arguably the easiest way to
do so is setting PKG_CONFIG_PATH in your build environment, for example:
If your WiresharkConfig.cmake file is not in one of the standard cmake search
paths you will have to tell cmake where to find it. You can do so using
CMAKE_PREFIX_PATH, for example
$ export PKG_CONFIG_PATH="/usr/local/lib64/pkgconfig"
$ cmake -DCMAKE_PREFIX_PATH="/opt/wireshark" ..