mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Minimally document how to install.
This commit is contained in:
parent
787c358d37
commit
868d309779
4
README
4
README
@ -8,6 +8,10 @@ the source directory:
|
||||
cmake .
|
||||
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
|
||||
`man' pages) is built from the Halibut (`.but') files in the `doc'
|
||||
subdirectory using `doc/Makefile'. If you aren't using one of our
|
||||
|
Loading…
Reference in New Issue
Block a user