LoginSignup
3
2

More than 5 years have passed since last update.

ubuntu C言語 GDライブラリのインストール

Last updated at Posted at 2016-03-14

[Ubuntu] [C言語] GDライブラリのインストール

インストールは、
$ sudo apt-get install libgd-dev

インクルードは、
#include <gd.h>

リンクには
-lgd
を追加。

以上。

3
2
1

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
3
2