• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Compile Ubuntu 16.04

lostenhoz

New Member
Joined
Aug 31, 2020
Messages
29
Reaction score
0
Hello, i have one problem with compile ubuntu 16.04
i use this sources

root@hostname:~/otservbr-global/build# cmake ..
-- MySQL Include dir: /usr/include/mysql library dir: /usr/lib/x86_64-linux-gnu
-- MySQL client libraries: /usr/lib/x86_64-linux-gnu/libmysqlclient.so;-ldl
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- filesystem
-- iostreams
-- date_time
-- regex
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.5/Modules/FindCURL.cmake:61 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:67 (find_package)


-- Configuring incomplete, errors occurred!
See also "/root/otservbr-global/build/CMakeFiles/CMakeOutput.log".
See also "/root/otservbr-global/build/CMakeFiles/CMakeError.log".
root@hostname:~/otservbr-global/build#
 
Back
Top