57
41

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

build-essentialとは

Last updated at Posted at 2019-08-19

build-essentialとは

名前の通り, 開発に必須のビルドツールを提供しているパッケージ.
gcc(GNU C Compiler)とかg++(GNU C++ Compiler), makeとかその他色々入るらしい.

aptが使える環境の場合,

$ apt install build-essential

でインストールできる.

ちなみに yum での build-essential に相当するパッケージには Developer Tools があり,

$ yum install "Developer Tools"

でインストールできる.

57
41
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
57
41

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?