Skip to content

本地部署提示错误 #779

Closed Answered by karminski
qtmulinsen asked this question in Q&A
Jan 6, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

@qtmulinsen hi, 从日志上来看是系统缺少编译环境导致的,需要您手动安装编译环境。

  • ubuntu/debian 请运行:
sudo apt update
sudo apt install build-essential -y
  • centos 请运行:
yum update
yum install gcc -y

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@qtmulinsen
Comment options

@Bycorer
Comment options

Answer selected by karminski
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants