基础环境
- cpu
[root@localhost ~]# lscpu
架构: aarch64
CPU 运行模式: 64-bit
字节序: Little Endian
CPU: 4
在线 CPU 列表: 0-3
每个核的线程数: 1
每个座的核数: 1
座: 4
NUMA 节点: 1
厂商 ID: HiSilicon
型号: 0
型号名称: Kunpeng-920
- os
[root@localhost ~]# arch
aarch64
[root@localhost ~]#
[root@localhost ~]# cat /etc/.productinfo
Kylin Linux Advanced Server
release V10 (SP2) /(Sword)-aarch64-Build09/20210524
- docker
[root@localhost ~]# docker version
Client: Docker Engine - Community
Version: 20.10.9
API version: 1.41
Go version: go1.16.8
Git commit: c2ea9bc
Built: Mon Oct 4 16:08:21 2021
OS/Arch: linux/arm64
Context: default
Experimental: true
Server: Docker Engine - Community
Engine:
Version: 20.10.21
API version: 1.41 (minimum version 1.12)
Go version: go1.18.7
Git commit: 3056208
Built: Tue Oct 25 17:59:35 2022
OS/Arch: linux/arm64
Experimental: false
containerd:
Version: 1.6.9
GitCommit: 1c90a442489720eec95342e1789ee8a5e1b9536f
runc:
Version: 1.0.0-rc3
GitCommit: fabf83fd21f205c801571df4074024179eb03b44
docker-init:
Version: 0.19.0
GitCommit: de40ad0
- Dockerfile
FROM ubuntu:20.04
RUN set -ex \
apt clean -y &&\
apt update -y &&\
apt install -y apt-transport-https ca-certificates
COPY fonts/* /usr/share/fonts/chinese/
COPY sources.list /etc/apt/sources.list
ADD apache-ant-1.10.12-bin.tar.gz /opt/
ADD OpenJDK11U-jdk_aarch64_linux_hotspot_11.0.17_8.tar.gz /opt/
RUN set -ex \
apt clean -y &&\
apt update -y &&\
apt upgrade -y &&\
apt install -y locales &&\
apt install -y language-pack-
文章来源地址https://www.toymoban.com/news/detail-536958.html
文章来源:https://www.toymoban.com/news/detail-536958.html
到了这里,关于libreoffice 7 ( arm64 ubuntu20.04 环境) 源码编译的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!