From a43d968f0fb93af5c84d34d5d03dc326f60f286b Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Tue, 7 Feb 2017 23:18:05 +0100 Subject: [PATCH] add little note on non mixables. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ee8c488..fc8c388 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,9 @@ those by setting a shell environment variable before running **_make_**. * JSONRPC=1 (compiles in JSONRPC support) * PYTHON=1 (compiles in the Python support) +Note that certain build flavors cannot be mixed together and you will just +be met with compilation errors. + Example applications ----------------- You can find example applications under **_examples/_**.