Life itself is controlled chaos

openEuler RISC-V上运行WPS

· Joanna Wu

背景

  • 板子:LicheePi 4A

  • 系统:openEuler 23.09 riscv64

  • 视频教程

一、构建 box64

  1. 克隆 box64 仓库
git clone https://github.com/ptitSeb/box64
  1. 生成编译配置文件
cd box64
mkdir build; cd build; cmake .. ${OPTIONS}

这里用的是 RISC-V OPTION,替换为 -D RV64=1 -D CMAKE_BUILD_TYPE=RelWithDebInfo

  1. 开始编译
make -j4
  1. 安装编译好的 box64
sudo make install

二、运行WPS

  1. 解压 WPS 安装包
su
cd /var/opt
unzip /home/openeuler/
  1. 用 box64 运行 WPS

此处以运行 WPS Presentation 为例

cd /kingsoft/wps-office/office6
box64 wpp

pic16

pic17

相关文档:

box64 编译参考文档: https://github.com/ptitSeb/box64/blob/main/docs/COMPILE.md

WSP 安装包下载: https://www.wps.cn/product/wpslinux