Go to file
Geoff McLane f8e807f1ca Add a cmake build system 2014-08-03 20:08:57 +02:00
build some documentation updates, but not checked 2014-08-03 19:25:09 +02:00
console Continue to remove CVS Info from source 2014-08-03 18:46:37 +02:00
experimental new 2011-11-17 11:44:16 +09:00
htmldoc some documentation updates, but not checked 2014-08-03 19:25:09 +02:00
include Continue to remove CVS Info from source 2014-08-03 18:46:37 +02:00
src add diag output to file for MSVC use 2014-08-03 18:52:46 +02:00
test commence to remove CVS info from each file 2014-08-03 18:06:49 +02:00
.gitignore Add more msvc folders and files to .gitignore 2012-01-19 18:59:34 +01:00
CMakeLists.txt Add a cmake build system 2014-08-03 20:08:57 +02:00
Makefile Another OLD Makefile update 2014-08-03 19:26:43 +02:00
README.html More documentation updates, but to be corrected later 2014-08-03 19:31:32 +02:00
README.md Some minor adjustments to the README.md 2014-08-03 19:36:45 +02:00
html5-for-html-tidy.patch-2 new 2011-11-17 11:44:16 +09:00

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

Building the tidy command-line tool

For Linux/BSD/OSX platforms, you can build and install the tidy command-line tool from the source code using the following steps.

  1. make -C build/gmake/

  2. make install -C build/gmake/

Note that you will either need to run make install as root, or with sudo make install.

Building the libtidy shared library

For Linux/BSD/OSX platforms, you can build and install the tidylib shared library (for use in building other applications) from the source code using the following steps.

  1. sh build/gnuauto/setup.sh && ./configure && make

  2. make install

Note that you will either need to run make install as root, or with sudo make install.

;eof