added build 'instructions' to the README

This commit is contained in:
Stephen M. McQuay 2012-05-05 13:48:12 -06:00
parent 815175e35e
commit 984ad939df
1 changed files with 11 additions and 0 deletions

View File

@ -12,3 +12,14 @@ features one would expect from a modern programming language.
Come participate in an overview and example festival of some of the added
features.
Build Instructions
==================
In order to compile the examples, modify the CXXFLAGS in the Makefile and
then run make for each executable. If you want, for example, to build the
asdf.cc file, run::
make asdf
Enjoy!