The Uchardet package contains an encoding detectory library which takes a sequence of bytes in an unknown character encoding and attempts to determine the encoding of the text.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.8.tar.xz
ダウンロード MD5 sum: 9e267be7aee81417e5875086dd9d44fd
ダウンロードサイズ: 217 KB
必要ディスク容量: 4.6 MB (テスト込み)
概算ビルド時間: 0.1 SBU 以下 (テスト込み)
以下のコマンドを実行して Uchardet をビルドします。
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_STATIC=OFF \ -Wno-dev .. && make
ビルド結果をテストする場合は make test を実行します。
root
ユーザーになって以下を実行します。
make install
-DBUILD_STATIC=OFF
:
本スイッチはスタティックライブラリをビルドしないようにします。