README: Update minimum distro release
Make sure the distro releases listed actually have the required GCC and
Python versions.
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/README.md b/README.md
index 0c1ecb3..f17c503 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@
### Dependencies for *64-bit* Ubuntu/Debian systems
-1. Install Ubuntu (>= 18.04) or Debian (>= 7.5) 64-bit.
+1. Install Ubuntu (>= 18.04) or Debian (>= 9) 64-bit.
2. Enable Universe (Ubuntu only):
sudo apt-get install software-properties-common
@@ -63,7 +63,7 @@
### Dependencies for *64-bit* Fedora systems
-1. Install Fedora 25 64-bit (older Fedora should also work).
+1. Install Fedora (>= 25) 64-bit.
2. Install the packages necessary for the build:
sudo dnf install gcc-c++ flex bison git ctags cscope expat-devel patch \