diff options
-rw-r--r-- | demos/Posix-GCC/readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/Posix-GCC/readme.txt b/demos/Posix-GCC/readme.txt index 7db17cfa6..a1b5b4489 100644 --- a/demos/Posix-GCC/readme.txt +++ b/demos/Posix-GCC/readme.txt @@ -19,7 +19,8 @@ See demo.c for details. ** Build Procedure **
-GCC required.
+GCC required. The Makefile defaults to building for a Linux host.
+To build on OS X, use the following command: `make HOST_OSX=yes`
** Connect to the demo **
|