README.md: note that GCC is recommended over clang

This commit is contained in:
Eric Biggers 2016-05-22 14:15:30 -05:00
parent b3434646e0
commit 3d52ac1195

View File

@ -26,8 +26,9 @@ use this library are also provided:
## For UNIX ## For UNIX
Just run `make`. You need GNU Make and either GCC or Clang. There is no `make Just run `make`. You need GNU Make and either GCC or Clang. GCC is recommended
install` yet; just copy the file(s) to where you want. 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 By default, all targets are built, including the library and programs, with the
exception of the `benchmark` program. `make help` shows the available targets. exception of the `benchmark` program. `make help` shows the available targets.