diff options
| author | Edd Barrett <vext01@gmail.com> | 2014-01-01 23:30:15 +0000 |
|---|---|---|
| committer | Edd Barrett <vext01@gmail.com> | 2014-01-01 23:30:15 +0000 |
| commit | 33fefc74a57bf974e052cf8035fe81fdd2df8087 (patch) | |
| tree | 205c3b9c84b3578b572f2e3579b1ad73dae5b92a | |
| parent | 0d02eb178afde12e681e68126f5c9b1bb217f472 (diff) | |
Mention that GNU make is required.
Does not build with BSD make.
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |
