Skip to content

Commit

Permalink
Update the GCC version support in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ljishen authored Jul 23, 2022
1 parent 16d5118 commit 594914a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Bitar is a C++ library to simplify accessing hardware compression/decompression

- Linux (with kernel >= 4.4) or FreeBSD
- For Linux, glibc >= 2.7 (reported by `ldd --version`)
- GCC >= 10
- GCC >= 9 (C++17 compliant compiler)
- [DPDK](https://github.com/DPDK/dpdk) >= v21.11 (can be installed via vcpkg)
- [Apache Arrow](https://github.com/apache/arrow) >= 7.0.0 (build automatically if not found)

Expand Down
1 change: 1 addition & 0 deletions cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@ words: # list of words to be always considered to be correct
- xforms
- Xiwyu
- zmalloc
- ZSTD

0 comments on commit 594914a

Please sign in to comment.