AAlib-1.4rc5

AAlib の概要

AAlib は、さまざまなグラフィックをアスキーアート (ASCII Art) に変換するライブラリです。

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

AAlib の依存パッケージ

任意

Xorg ライブラリ, Xorg Legacy Fonts (runtime), slang-2.3.3, GPM-1.20.7

AAlib のインストール

インクルードしている m4 ファイルに関する問題を修正します。

sed -i -e '/AM_PATH_AALIB,/s/AM_PATH_AALIB/[&]/' aalib.m4

以下のコマンドを実行して AAlib をビルドします。

./configure --prefix=/usr             \
            --infodir=/usr/share/info \
            --mandir=/usr/share/man   \
            --with-ncurses=/usr       \
            --disable-static          &&
make

このパッケージにテストスイートはありません。

root ユーザーになって以下を実行します。

make install

パッケージ構成

インストールプログラム: aafire, aainfo, aalib-config, aasavefont, aatest
インストールライブラリ: libaa.so
インストールディレクトリ: なし

概略説明

aafire

is a demo of AAlib, rendering an animated fire in ASCII Art

aainfo

provides information for your current settings related to AAlib

aalib-config

provides configuration info for AAlib

aasavefont

saves a font to a file

aatest

shows the abilities of AAlib in a little test

libaa.so

is a collection of routines to render any graphical input in portable format to ASCII Art. It can be used through many programs and has a very well documented API, so you can easily put it into your own programs