* small note in the Posix demo readme on how to build for OS X

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1877 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
liamstask 2010-04-19 15:43:56 +00:00
parent 4f42a5d978
commit 6e8ee65859
1 changed files with 2 additions and 1 deletions

View File

@ -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 **