GIMPをビルドしてみる001

GIMPをソースからビルドしようとしてみた。
必要なライブラリはインストールしたつもりだったけど、
./configure を実行した結果は以下。。。

  - Error: missing dependency gegl-0.4 >= 0.4.14
  - Error: missing dependency glib >= 2.54.2
      *** Test for GLIB failed
  - Error: missing dependency gtk+-2.0 >= 2.24.32
      *** Test for GTK+ failed.
  - Error: missing dependency gexiv2 >= 0.10.6
  - Error: missing dependency libtiff
      *** Checks for TIFF library failed: TIFF library not found
  - Error: missing dependency libjpeg
      *** JPEG library not found
  - Error: missing dependency libjpeg
      *** JPEG header file not found
  - Error: missing dependency libjpeg
      *** JPEG library is too old
  - Error: missing dependency libbzip2
      *** libbzip2 header files not found
  - Error: missing dependency liblzma >= 5.0.0
  - Error: missing dependency libmypaint >= 1.3.0
  - Error: missing dependency mypaint-brushes-1.0
  - Error: missing dependency rsvg >= 2.40.6
  - Error: missing dependency poppler-glib >= 0.50.0
  - Error: missing dependency lcms2 >= 2.8
  - Python 2 (2.5.0 or newer)
      *** Please install it, or skip building the python scripting extension by
      *** passing --disable-python to configure (but then you will not be able
      *** to use scripts for GIMP that are written in Python).
  - Python 2 headers
      *** Please install them, or skip building the python scripting extension by
      *** passing --disable-python to configure (but then you will not be able
      *** to use scripts for GIMP that are written in Python).
  - PyGTK 2.10.4 or newer
      *** Please install it, or skip building the python scripting extension by
      *** passing --disable-python to configure (but then you will not be able
      *** to use scripts for GIMP that are written in Python).
  - pygtk-codegen-2.0 script
      *** Please install it, or skip building the python scripting extension by
      *** passing --disable-python to configure (but then you will not be able
      *** to use scripts for GIMP that are written in Python).
  - PyCairo 1.0.2 or newer
      *** Please install it, or skip building the python scripting extension by
      *** passing --disable-python to configure (but then you will not be able
      *** to use scripts for GIMP that are written in Python).

See the file 'INSTALL' for more help.

つづきます。

この記事が気に入ったらサポートをしてみませんか?