From 3d52ac11950e5bb9cc1258f006225cc7aff1fa19 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sun, 22 May 2016 14:15:30 -0500 Subject: [PATCH] README.md: note that GCC is recommended over clang --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd4cca6..d8e358a 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ use this library are also provided: ## For UNIX -Just run `make`. You need GNU Make and either GCC or Clang. There is no `make -install` yet; just copy the file(s) to where you want. +Just run `make`. You need GNU Make and either GCC or Clang. GCC is recommended +because it builds slightly faster binaries. There is no `make install` yet; +just copy the file(s) to where you want. By default, all targets are built, including the library and programs, with the exception of the `benchmark` program. `make help` shows the available targets.