about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-06 15:40:56 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-06 15:40:56 -0700
commita232af2fafd9ad974ebc6cfcb2cd5a5883f0bd4a (patch)
tree8dd0390b7fb148fcdce2b724aa7f1d5abdd13dc6 /Readme.md
parent6d6c37feeb72c7ab13276cec7df326f7d8cd1712 (diff)
downloadmu-a232af2fafd9ad974ebc6cfcb2cd5a5883f0bd4a.tar.gz
3447 - drop dependence on GNU make
A generic build system is overkill for such a small project, and it was
adding complexity on OpenBSD which doesn't come with GNU make by
default.

In the process we also eliminate our reliance on bash and perl, at least
for the core build script.
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Readme.md b/Readme.md
index c6d6ed81..e9c170f3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -84,10 +84,10 @@ operations (albeit at the cost of some runtime checks).
 *Taking Mu for a spin*
 
 Mu is currently implemented in C++ and requires a Unix-like environment. It's
-been tested on Ubuntu and Mac OS X, on x86, x86\_64 and ARMv7 with recent
-versions of GCC and Clang. Since it uses no recent language features and has
-no exotic dependencies, it should work with most reasonable versions,
-compilers or processors (though you do need GNU make or `gmake`).
+been tested on Ubuntu, Mac OS X and OpenBSD; on x86, x86\_64 and ARMv7; and on
+recent versions of GCC and Clang. Since it uses no bleeding-edge language
+features and has no exotic dependencies, it should work with most reasonable
+versions, compilers or processors.
 
 [![Build Status](https://api.travis-ci.org/akkartik/mu.svg)](https://travis-ci.org/akkartik/mu)