Skip to content

Commit

Permalink
f: 安装教程
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhanhan committed Aug 2, 2024
1 parent cb3e08e commit 8c0afaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _posts/工作日志/其他/2024-08-01-install-helper.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ title: 快速软件安装手册
apt install redis -y
```

## build-essential
- build-essentials 包是编译软件所必需的元包的形式。它们包含 GNU/g++ 编译器集合、GNU 调试器以及编译程序所需的其他一些库和工具。当我们安装 build-essential 包时,其他一些包,如 GCC、make、G++、dpkg-dev 等,也会安装在我们的系统上。
```shell
apt install build-essential
```

0 comments on commit 8c0afaa

Please sign in to comment.