gimp-0.99.13

・Linux


1. gimp-0.99.13 とは

GNU Image Manipulation Programで、イメージの作成などが行えます。


2. gimp-0.99.13 のインストール

2.1. ソースの入手

gimp-0.99.13.tar.gz
gimp-data-0.99.13.tar.gz
他に、gtk+970925.tar.gzも必要です。

2.2. ソースの展開

% tar xzvf gimp-0.99.13.tar.gz -C /usr/src
% cd /usr/src/gimp-0.99.13

2.3. Configure

% ./configure

2.4. Make

% make

2.5. Install

% su
# make install
# tar xzvf gimp-data-0.99.13.tar.gz
# cd gimp-data-0.99.13
# cp -R patterns /usr/local/lib/gimp/0.99.13/
# cd ..
# rm -rf gimp-data-0.99.13
# /sbin/ldconfig -v  (Linuxの場合)
# exit

2.6. Clean

% make clean

3. 環境設定

設定ファイル

シェルスクリプトのuser_installを使う

% cd ~
% /usr/src/gimp-0.99.13/user_install /usr/src/gimp-0.99.13/ ~/.gimp

4. 使い方

コマンドライン

% gimp