On Wed, Jun 24, 2020 at 9:11 PM Hongyi Zhao via curl-library <curl-library@cool.haxx.se> wrote: > > Hi, > > On Ubuntu 20.04, I want to compile zeal with the following steps: > > ``` > $ sudo apt-get build-dep zeal > $ sudo apt-get install qtwebengine5-dev > $ git clone https://github.com/zealdocs/zeal.git zeal.git > $ cd zeal.git > $ mkdir build && cd build > $ cmake .. > cmake: /usr/local/lib/libcurl.so.4: no version information available > (required by cmake) > ``` > How to solve this problem?
If the configuration program is well written, then: PKG_CONFIG_PATH=/usr/local/lib/pkgconfig Also see https://stackoverflow.com/questions/44487053/set-pkg-config-path-in-cmake. Jeff ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html