summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEdd Barrett <vext01@gmail.com>2014-01-01 23:30:15 +0000
committerEdd Barrett <vext01@gmail.com>2014-01-01 23:30:15 +0000
commit33fefc74a57bf974e052cf8035fe81fdd2df8087 (patch)
tree205c3b9c84b3578b572f2e3579b1ad73dae5b92a
parent0d02eb178afde12e681e68126f5c9b1bb217f472 (diff)
downloadmicropython-33fefc74a57bf974e052cf8035fe81fdd2df8087.tar.gz
micropython-33fefc74a57bf974e052cf8035fe81fdd2df8087.zip
Mention that GNU make is required.
Does not build with BSD make.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fc334a22ea..487c03f6d7 100644
--- a/README.md
+++ b/README.md
@@ -28,9 +28,9 @@ Additional components:
The Unix version
----------------
-The "unix" part requires a standard Unix environment with gcc. It works
-only for 64-bit machines due to a small piece of x86-64 assembler for
-the exception handling.
+The "unix" part requires a standard Unix environment with gcc and GNU make.
+It works only for 64-bit machines due to a small piece of x86-64 assembler
+for the exception handling.
To build: