17 Star 160 Fork 48

kl222/RabbitRemoteControl

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vcpkg.json 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
kl222 提交于 2026-02-27 20:06 +08:00 . Create v1.0.0-dev
{
"name": "rabbitremotecontrol",
"version-string": "1.0.0-dev",
"license": "GPL-3.0",
"homepage": "https://github.com/KangLin/RabbitRemoteControl",
"dependencies": [
"openssl",
"cmark"
],
"default-features": [
"freerdp",
"vnc",
"filetransfer"
],
"features": {
"qt": {
"description": "qt library",
"dependencies": [
"qttools",
"qtbase",
"qt5compat",
"qtmultimedia",
"qtscxml",
"qtserialport",
"qtwebchannel",
"qtwebengine",
"qtwebsockets",
"qttranslations",
"qtsvg",
"qtimageformats"
]
},
"database": {
"description": "database",
"dependencies": [
"libmysql"
]
},
"ffmpeg": {
"description": "ffmpeg",
"dependencies": [
"ffmpeg"
]
},
"freerdp": {
"description": "freerdp",
"dependencies": [
"freerdp"
]
},
"terminal": {
"description": "terminal",
"dependencies": [
"libssh"
]
},
"ice": {
"description": "ice",
"dependencies": [
"libdatachannel"
]
},
"vnc": {
"description": "vnc",
"dependencies": [
"libjpeg-turbo",
"libpng",
"pixman",
"libssh",
"lzo",
"zlib"
]
},
"wol" : {
"description": "Wake on lan. Note: the PcapPlusPlus in vcpkg relies on WinPcap, but WinPcap does not work in Windows 10. So compile from source, relying on the npcap library.",
"dependencies": [
"pcapplusplus"
]
},
"filetransfer" : {
"description": "File transfer.",
"dependencies": [
"curl",
"libssh"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kl222/RabbitRemoteControl.git
git@gitee.com:kl222/RabbitRemoteControl.git
kl222
RabbitRemoteControl
RabbitRemoteControl
master

搜索帮助