Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 479 Bytes

inf.md

File metadata and controls

28 lines (22 loc) · 479 Bytes

基础环境

系统基础环境

  • git
  • cmake >= 3.24
  • gcc >= 9.3
  • g++ >= 9.3
  • make
  • python >= 3.8
  • openssl >= 1.1.1
  • zlib
  • bz2
  • lz4
  • zstd
  • carbin

centos-7 安装参考centos, ubuntu 安装参考ubuntu

EA 提供了centos7基础环境的容器,可以直接使用

docker pull lijippy/ea_inf:c7_base_v1
docker run -it lijippy/ea_inf:c7_base_v1 /bin/bash

返回首页