some relining

This commit is contained in:
Geoff McLane 2014-12-05 18:01:16 +01:00
parent 24f4f89c95
commit f6f807be1a

View file

@ -21,11 +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
;eof