本文环境 主要参考: https://www.yuque.com/shikangsi/efy0cp/wei3g1?Https://blog.csdn.net/hualuohuakai2014/article/details/12160563
主要参考:
Flutter 生成 bridge 文件。
先安装工具,再生成ffi文件。
PS C:\Users\Administrator> carGo install flutter_rust_bridge_codegen --version 1.75.3 --features uuidPS C:\Users\Administrator> ~\.cargo\bin\flutter_rust_bridge_codegen.exe --rust-input ./src/flutter_ffi.rs --dart-output ./flutter/lib/generated_bridge.dart --llvm-path=E:\Data\LLVM
修改默认的 ID Server
路径:libs/hbb_common/src/config.rs
const CHARS: &[char] = &[ '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'm', 'n', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',];// 默认的 服务器地址,修改成你自己的。pub const RENDEZVOUS_SERVERS: &[&str] = &["rs.xxx.com"];pub const RS_PUB_KEY: &str = match option_env!("RS_PUB_KEY") { Some(key) if !key.is_empty() => key, _ => "OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=",};// 默认的端口配置。pub const RENDEZVOUS_PORT: i32 = 21116;pub const RELAY_PORT: i32 = 21117;
编译过程中的注意事项:
出现编译错误时记得先: dart pub upgrade
,忘记是具体那个错误了。
来源地址:https://blog.csdn.net/enlangs/article/details/132566890
--结束END--
本文标题: RustDesk最新版本编译与打包
本文链接: https://lsjlt.com/news/383168.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0