0
0

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 3 years have passed since last update.

Linux Mint 20.1 にOpenGLをインストーする

Posted at

#はじめに
必要に迫られてLinux Mint20.1にOpenGLをインストールこととなりました。あっさりできました。後々のために書き残します。

#インストール
以下の記事を参考としました。
https://qiita.com/BitPositive/items/db8b13e7d34e5349237b

$ sudo apt update
$ sudo apt upgrade
$ sudo apt-get install libglu1-mesa-dev mesa-common-dev freeglut3-dev

あっけないほど簡単にインストールできました。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?