Update README.md

Just experienced list filters got introduced to cmake in 3.6.... still failed run trough in ubuntu 18.04. works above 3.12.
pull/36/head^2
sbo79 2021-06-15 20:18:43 +02:00 committed by Paul Hollinsky
parent 37d06807e4
commit 4da5f63e57
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Building will require Microsoft Visual Studio 2017+ and CMake to be installed.
Getting the dependencies is easiest with the Homebrew package manager. You will also need XCode installed. You can then install CMake, an up-to-date version of GCC or Clang, and `libusb-1.0`. Getting the dependencies is easiest with the Homebrew package manager. You will also need XCode installed. You can then install CMake, an up-to-date version of GCC or Clang, and `libusb-1.0`.
### Linux ### Linux
The dependencies are as follows The dependencies are as follows
- CMake 3.2 or above - CMake 3.12 or above
- GCC 4.7 or above, 4.8+ recommended - GCC 4.7 or above, 4.8+ recommended
- `libusb-1.0-0-dev` - `libusb-1.0-0-dev`
- `libpcap0.8-dev` - `libpcap0.8-dev`