From 547d84ed16c026d1884ea80f167e78fc5beb144f Mon Sep 17 00:00:00 2001
From: "Michael[tm] Smith" The source code for the experimental HTML5 fork of Tidy can be found at
https://github.com/w3c/tidy-html5.
- For Linux/BSD/OSX platforms, you can build and install the
Building the tidy command-line tool
+Building the tidy command-line tool
tidy
command-line tool from the source code using the
following steps.
Note that you will either need to run make install
as root,
or with sudo make install
.
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.
sh build/gnuauto/setup.sh && ./configure && make
make install
Note that you will either need to run make install
as root,
@@ -587,14 +587,14 @@ for people who made suggestions or reported bugs for the
original version of Tidy.