mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-13 06:15:51 -04:00
README.md: note that GCC is recommended over clang
This commit is contained in:
parent
b3434646e0
commit
3d52ac1195
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user