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

[incubator-nuttx-testing] 03/05: cibuild.sh: Add a comment about prerequisites for macOS

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

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

commit 196ed084c10df9a74b75cebe5383d8e4f5961346
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Mon May 4 20:19:01 2020 +0900

    cibuild.sh: Add a comment about prerequisites for macOS
---
 cibuild.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/cibuild.sh b/cibuild.sh
index 3e169c4..508c43f 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -17,6 +17,12 @@
 # specific language governing permissions and limitations
 # under the License.
 
+# Prerequisites for macOS
+#  - Xcode (cc, etc)
+#  - homebrew
+#  - autoconf
+#  - wget
+
 set -e
 
 WD=$(cd $(dirname $0) && pwd)