diff options
| -rw-r--r-- | README.adoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 2386c867..fc4bbcfa 100644 --- a/README.adoc +++ b/README.adoc @@ -19,13 +19,17 @@ This is a work in progress, and is *not* for suitable for product use or publication. When the library is ready for broader consumption, an announcement will be posted on the nanomsg mailing list and website. +https://nanomsg.github.io/nng/man/[Draft documentation] is posted +on GitHub pages. + If you are looking for the current production version of nanomsg, please -see the https://github.com/nanomsg/nanomsg site. +see the https://github.com/nanomsg/nanomsg[nanomsg repo]. If you want to build and test yourself, you need CMake version 3.1, and you can use standard CMake build recipes. On a Linux/UNIX system, you can for example do: +[source,sh] ---- $ mkdir build $ cmake .. @@ -38,4 +42,4 @@ API, pleaes have a look at the `nng.h` header file. A legacy compatible `nng_compat.h` header is available and offers API compatibility with legacy _nanomsg_. - - Garrett D'Amore (Aug. 7, 2017) + - Garrett D'Amore (Oct. 30, 2017) |
