mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-06-19 23:21:08 +00:00
armhf
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
---
|
||||
title: armhf
|
||||
weight: 11
|
||||
weight: 24
|
||||
---
|
||||
|
||||
## 依赖
|
||||
# 本教材由[@wwjabc](https://github.com/wwjabc)贡献提供
|
||||
|
||||
桌面版本界面使用[sciter](https://sciter.com/), 请自行下载。(sciter暂不支持armhf)
|
||||
|
||||
[Linux](https://raw.githubusercontent.com/c-smile/sciter-sdk/master/bin.lnx/x64/libsciter-gtk.so)
|
||||
https://github.com/rustdesk/rustdesk/issues/175#issuecomment-1129516367
|
||||
|
||||
## 基本构建步骤
|
||||
- 下载[ubuntu18.04_rootfs.tar.gz](https://pan.baidu.com/s/1pmjw7OBn5NbiCvM6GGaEgQ) 提取码:xlnx (我试了好几个版本的ubuntu系统,只有在这个上面成功了,编译好的可执行文件是可以在其他armhf系统下面用的。)
|
||||
- 下载编译[cmake-3.14.5](https://cmake.org/files/v3.14/cmake-3.14.5.tar.gz) 编译[参考教程](https://blog.csdn.net/weixin_43793181/article/details/118157012) 系统自带的cmake版本为3.10.2,编译[vcpkg-2020.11](https://github.com/microsoft/vcpkg/archive/refs/tags/2020.11.tar.gz)时会报版本过低
|
||||
- 在板编译(qemu虚拟机我没搭建成功)
|
||||
|
||||
- 安装[vcpkg](https://github.com/microsoft/vcpkg), 正确设置`VCPKG_ROOT`环境变量 建议下载[vcpkg-2020.11](https://github.com/microsoft/vcpkg/archive/refs/tags/2020.11.tar.gz),我暂时用的是这个版本
|
||||
- 安装[vcpkg](https://github.com/microsoft/vcpkg), 正确设置`VCPKG_ROOT`环境变量。建议下载[vcpkg-2020.11](https://github.com/microsoft/vcpkg/archive/refs/tags/2020.11.tar.gz),我暂时用的是这个版本
|
||||
|
||||
- Linux: vcpkg install libyuv
|
||||
- [libvpx](https://pan.baidu.com/s/1fgi0PzOrT4VpL6p3MY-IVA) 提取码:xlnx (手动安装)
|
||||
@@ -67,7 +65,7 @@ sudo apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-ra
|
||||
```sh
|
||||
git clone https://github.com/microsoft/vcpkg
|
||||
cd vcpkg
|
||||
git checkout 2021.12.01
|
||||
git checkout 2024.12.01
|
||||
cd ..
|
||||
vcpkg/bootstrap-vcpkg.sh
|
||||
export VCPKG_ROOT=$HOME/vcpkg
|
||||
|
||||
Reference in New Issue
Block a user