Add a readme.txt file with build instructions.

This commit is contained in:
David Betz 2015-02-08 08:46:58 -05:00
parent 843324389c
commit 88fe22e85b
1 changed files with 17 additions and 0 deletions

17
readme.txt Normal file
View File

@ -0,0 +1,17 @@
To build for the various platforms:
For Macintosh OS X:
OS=macosx make
For Linux:
OS=linux make
For the RaspberryPi:
OS=raspberrypi make
For Windows under MinGW:
OS=msys make