From 24f4f89c9552e562215719c51adeed88bed011d0 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Fri, 5 Dec 2014 17:57:07 +0100 Subject: [PATCH] Commence to clean up the build instructions --- README.md | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 18518cd..e8815c7 100644 --- a/README.md +++ b/README.md @@ -21,39 +21,11 @@ For more information, see [w3c.github.com/tidy-html5][3] 2. cmake ../.. [-DCMAKE_INSTALL_PREFIX=/path/for/install] - 3. Windows: cmake --build . --config Release + 3. Windows: cmake --build . --config Release Unix/OSX: make - 4. Install, if desired - Windows: cmake --build . --config Release --target INSTALL + 4. Install, if desired + Windows: cmake --build . --config Release --target INSTALL UNix/OSX: [sudo] make install - -## Older/Previous Build systems - -### 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