You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/02/20 19:09:25 UTC

[incubator-nuttx] branch pr337 updated: README.txt: add MacOS section for flock installation

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

gnutt pushed a commit to branch pr337
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/pr337 by this push:
     new 368ec70  README.txt: add MacOS section for flock installation
368ec70 is described below

commit 368ec7051063ef0b7f3449282ec1f2c5daf2cc81
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Fri Feb 21 01:00:08 2020 +0800

    README.txt: add MacOS section for flock installation
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 README.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.txt b/README.txt
index 940cfff..ee4e288 100644
--- a/README.txt
+++ b/README.txt
@@ -387,6 +387,14 @@ Ubuntu Bash under Windows 10
   Many Linux graphics programs would, however, also require a graphics
   framework like GTK or Qt.  So this might be a trip down the rabbit hole.
 
+Using macOS
+----------
+  You need install flock from https://github.com/discoteq/flock
+  before the build start:
+
+    brew tap discoteq/discoteq
+    brew install flock
+
 INSTALLATION
 ^^^^^^^^^^^^