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:10:32 UTC

[incubator-nuttx] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


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

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

    README.txt: add MacOS section for flock installation
---
 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
 ^^^^^^^^^^^^