1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-26 01:32:25 +00:00

Minimally document how to install.

This commit is contained in:
Jacob Nevins 2022-05-18 18:46:40 +01:00
parent 787c358d37
commit 868d309779

4
README
View File

@ -8,6 +8,10 @@ the source directory:
cmake . cmake .
cmake --build . cmake --build .
Then, to install in the simplest way on Linux or Mac:
cmake --build . --target install
Documentation (in various formats including Windows Help and Unix Documentation (in various formats including Windows Help and Unix
`man' pages) is built from the Halibut (`.but') files in the `doc' `man' pages) is built from the Halibut (`.but') files in the `doc'
subdirectory using `doc/Makefile'. If you aren't using one of our subdirectory using `doc/Makefile'. If you aren't using one of our