The Tidy HTML5 package contains a command line tool and libraries used to read HTML, XHTML and XML files and write cleaned up markup. It detects and corrects many common coding errors and strives to produce visually equivalent markup that is both W3C compliant and compatible with most browsers.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://github.com/htacg/tidy-html5/archive/5.8.0/tidy-html5-5.8.0.tar.gz
ダウンロード MD5 sum: 0f6c55ef651e258adbe5750f555af50f
ダウンロードサイズ: 992 KB
必要ディスク容量: 11 MB
概算ビルド時間: 0.2 SBU
以下のコマンドを実行して Tidy HTML5 をビルドします。
cd build/cmake && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_TAB2SPACE=ON \ ../.. && make
このパッケージにテストスイートはありません。
root
ユーザーになって以下を実行します。
make install && rm -fv /usr/lib/libtidy.a && install -v -m755 tab2space /usr/bin
-DCMAKE_BUILD_TYPE=Release
:
This switch is used to build the release library without any debug
`assert` in the code.
-DBUILD_TAB2SPACE=ON
: This
switch is used to enable building the tab2space utility.