From 9a5bb653e2b2f18e6c4aff7ed676bd4def3d3c3e Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Fri, 26 Jul 2013 15:45:46 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5bd3a29..0377194 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ You must first run `make` to build the binary. We assume that your environment is set up to find the OpenCL library; if you have trouble try `export CPATH=/path/to/OpenCL/include` and `export LD_LIBRARY_PATH=/path/to/OpenCL/lib`. +You can also run `make` in the Examples/ and Solutions/ high-level directory; +this calls all the sub-directory make files so all the examples can be built in one command. + Directory structure -------------------