Hi
I compile code, and i get this error.

-- Performing Test HAVE_CXX_FLAG_WREDUNDANT_MOVE - Success
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
CMake Error at 
/usr/local/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:137 
(message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/local/share/cmake-3.15/Modules/FindPackageHandleStandardArgs.cmake:378 
(_FPHSA_FAILURE_MESSAGE)
/usr/local/share/cmake-3.15/Modules/FindOpenSSL.cmake:413 
(find_package_handle_standard_args)
terminal/CMakeLists.txt:4 (find_package)

How i can include this librarys ?
i am use this string.

emcmake cmake ../node_modules/client

emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 
1.38.31
clang version 6.0.1 (emscripten 1.38.31 : 1.38.31)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/sergey/emsdk/clang/e1.38.31_64bit
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7.4.0
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/7.4.0
Candidate multilib: .;@m64 <https://github.com/m64>
Selected multilib: .;@m64 <https://github.com/m64>
shared:INFO: (Emscripten: Running sanity checks)

bush script
emcmake cmake ../node_modules/client
emmake make

cmake found this file

-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found ZLIB: /usr/include /usr/lib/x86_64-linux-gnu/libz.so
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version 
"1.1.1")

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/fc460b44-74e2-4577-a99d-ea677281b72a%40googlegroups.com.

Reply via email to