d905b1037f
Need to be able to clearly separate versions as we move forward towards the final 5.0.0 release... Will try to remember to bump the point as each fix is added so issue reports can be clear in which version the problem exists. |
||
---|---|---|
build | ||
console | ||
experimental | ||
htmldoc | ||
include | ||
src | ||
test | ||
.gitignore | ||
CMakeLists.txt | ||
README.html | ||
README.md |
HTML Tidy with HTML5 support
This repo is a fork of the code from w3c.github.com/tidy-html5, which itself is a fork of tidy.sourceforge.net.
This source code in this version supports processing of HTML5 documents. The changes for HTML5 support started from a patch developed by Björn Höhrmann.
For more information, see w3c.github.com/tidy-html5
Build the tidy library and command line tool
-
cd build/cmake
-
cmake ../.. [-DCMAKE_INSTALL_PREFIX=/path/for/install]
-
Windows: cmake --build . --config Release
Unix/OSX: make -
Install, if desired
Windows: cmake --build . --config Release --target INSTALL
UNix/OSX: [sudo] make install
;eof