Ubuntu

Ubuntu 18.04 Serverへ開発環境をセットアップ

Ubuntu18.04でgccやmakeが利用できるように開発環境のセットアップ手順のメモです。

ビルドツールのインストール

$ sudo apt-get install build-essential


gcc
makeのバージョン確認


$ gcc --version
gcc (Ubuntu 7.3.0-16ubuntu3) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ make --version
GNU Make 4.1
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

コメントを残す