From 984ad939df318999c83af299d6a7d5dcca3ef163 Mon Sep 17 00:00:00 2001 From: "Stephen M. McQuay" Date: Sat, 5 May 2012 13:48:12 -0600 Subject: [PATCH] added build 'instructions' to the README --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 90fa393..ac6c9dc 100644 --- a/README.rst +++ b/README.rst @@ -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!