You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-- Checking for one of the modules 'botan-2>=2.3.0;botan-1.10'
CMake Error at /usr/share/cmake-3.13/Modules/FindPkgConfig.cmake:679 (message):
None of the required 'botan-2>=2.3.0;botan-1.10' found
Call Stack (most recent call first):
CMakeLists.txt:30 (pkg_search_module)
CMake Deprecation Warning at CMakeLists.txt:35 (message):
Botan-1.10 is found and will be used in this build. However, Botan-1.10 is
deprecated and should not be used if possible
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
BOTAN_LIBRARY_VAR
linked by target "QtShadowsocks" in directory /home/pi/Downloads/libQtShadowsocks/lib
-- Configuring incomplete, errors occurred!
See also "/home/pi/Downloads/libQtShadowsocks/build/CMakeFiles/CMakeOutput.log".
而botan已经安装, 执行指令botan version结果如下
$ botan version
2.9.0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
树莓派在
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
命令时出错,如下而
botan
已经安装, 执行指令botan version
结果如下The text was updated successfully, but these errors were encountered: