diff --git a/index.html b/index.html index 9b36c5d..ef3747f 100644 --- a/index.html +++ b/index.html @@ -554,6 +554,32 @@ if (close(TIDY) == 0) {
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
+tidy
command-line tool from the source code using the
+following steps.
make -C build/gmake/
make install -C build/gmake/
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.
Note that you will either need to run make install
as root,
+or with sudo make install
.
Dave Raggett has a list of Acknowledgements @@ -590,6 +616,8 @@ original version of Tidy.