This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new afa48aa8 NO-JIRA: Fix and improve docs regarding libuv usage
afa48aa8 is described below

commit afa48aa8697625989e6e81f79e9402e0833f10f6
Author: Ievgen Popovych <[email protected]>
AuthorDate: Thu Apr 7 12:21:43 2022 +0300

    NO-JIRA: Fix and improve docs regarding libuv usage
    
    CMake variable names are case-sensitive and so `-Dproactor` doesn't work,
    fix that.
    
    Also, rephrase the section a bit and mention packages required
    for libuv usage.
    
    Signed-off-by: Ievgen Popovych <[email protected]>
---
 INSTALL.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index 5cdeb2c8..60676235 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -159,12 +159,12 @@ Other Platforms
 ---------------
 
 Proton can use the http://libuv.org IO library on any platform where
-it is available. Install the libuv library and header files and adapt
-the instructions for building on Linux.
+it is available. The libuv library is not required on Linux or Windows,
+but if you wish you can use it instead of the default native IO:
+  - Install the libuv library and header files (`libuv-devel` on Fedora-based
+    and `libuv1-dev` on Debian-based).
+  - Run cmake with `-DPROACTOR=libuv`.
 
-The libuv library is not required on Linux or Windows, but if you wish
-you can use it instead of the default native IO by running cmake with
-`-Dproactor=libuv`.
 
 Installing Language Bindings
 ----------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to