添加linux依赖库
This commit is contained in:
parent
928ddb96c4
commit
20bb02f006
@ -166,7 +166,6 @@ void CChannelList::iniUi()
|
||||
ui->tableView->setColumnWidth(i, 130);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void CChannelList::iniConnect()
|
||||
|
||||
BIN
lib/libssh2/linux/libssh2.so.1
Normal file
BIN
lib/libssh2/linux/libssh2.so.1
Normal file
Binary file not shown.
BIN
lib/libssh2/linux/libssh2.so.1.0.1
Normal file
BIN
lib/libssh2/linux/libssh2.so.1.0.1
Normal file
Binary file not shown.
21
lib/libssh2/linux/pkgconfig/libssh2.pc
Normal file
21
lib/libssh2/linux/pkgconfig/libssh2.pc
Normal file
@ -0,0 +1,21 @@
|
||||
###########################################################################
|
||||
# libssh2 installation details
|
||||
#
|
||||
# Copyright (C) The libssh2 project and its contributors.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
###########################################################################
|
||||
|
||||
prefix=/opt/Tools/libssh2-1.11.1/install
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libssh2
|
||||
URL: https://libssh2.org/
|
||||
Description: Library for SSH-based communication
|
||||
Version: 1.11.1
|
||||
Requires:
|
||||
Requires.private: libcrypto,zlib
|
||||
Libs: -L${libdir} -lssh2
|
||||
Libs.private: -L/opt/Tools/openssl-3.0.18/install/lib64 -lssl -L/opt/Tools/openssl-3.0.18/install/lib64 -lcrypto -R/opt/Tools/openssl-3.0.18/install/lib64 -L/opt/Tools/zlib-1.3.1/install/lib -lz -R/opt/Tools/zlib-1.3.1/install/lib
|
||||
Cflags: -I${includedir}
|
||||
BIN
lib/openssl/linux/libcrypto.so.3
Normal file
BIN
lib/openssl/linux/libcrypto.so.3
Normal file
Binary file not shown.
BIN
lib/openssl/linux/libssl.so.3
Normal file
BIN
lib/openssl/linux/libssl.so.3
Normal file
Binary file not shown.
13
lib/openssl/linux/pkgconfig/libcrypto.pc
Normal file
13
lib/openssl/linux/pkgconfig/libcrypto.pc
Normal file
@ -0,0 +1,13 @@
|
||||
prefix=/opt/Tools/openssl-3.0.18/install
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib64
|
||||
includedir=${prefix}/include
|
||||
enginesdir=${libdir}/engines-3
|
||||
modulesdir=${libdir}/ossl-modules
|
||||
|
||||
Name: OpenSSL-libcrypto
|
||||
Description: OpenSSL cryptography library
|
||||
Version: 3.0.18
|
||||
Libs: -L${libdir} -lcrypto
|
||||
Libs.private: -ldl -pthread
|
||||
Cflags: -I${includedir}
|
||||
11
lib/openssl/linux/pkgconfig/libssl.pc
Normal file
11
lib/openssl/linux/pkgconfig/libssl.pc
Normal file
@ -0,0 +1,11 @@
|
||||
prefix=/opt/Tools/openssl-3.0.18/install
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib64
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: OpenSSL-libssl
|
||||
Description: Secure Sockets Layer and cryptography libraries
|
||||
Version: 3.0.18
|
||||
Requires.private: libcrypto
|
||||
Libs: -L${libdir} -lssl
|
||||
Cflags: -I${includedir}
|
||||
9
lib/openssl/linux/pkgconfig/openssl.pc
Normal file
9
lib/openssl/linux/pkgconfig/openssl.pc
Normal file
@ -0,0 +1,9 @@
|
||||
prefix=/opt/Tools/openssl-3.0.18/install
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib64
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: OpenSSL
|
||||
Description: Secure Sockets Layer and cryptography libraries and tools
|
||||
Version: 3.0.18
|
||||
Requires: libssl libcrypto
|
||||
Loading…
x
Reference in New Issue
Block a user