地方エンジニアの学習日記

興味ある技術の雑なメモだったりを書いてくブログ。たまに日記とガジェット紹介。

2020-09-25から1日間の記事一覧

centos7にgcc-9のインストール

レポジトリ登録 # yum install -y centos-release-scl インストール # cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) # yum install -y devtoolset-9 # scl enable devtoolset-9 bash ... 略 各種確認 # which gcc /opt/rh/devtoolset-9/ro…