summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 027d736..f51ddab 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,12 @@ To install `ted` on Linux, you will need:
- A C compiler
- The SDL2 development libraries
- wget, unzip (for downloading, extracting PCRE2)
+- cmake (for PCRE2)
These can be installed on Ubuntu/Debian with:
```
-sudo apt install gcc libsdl2-dev wget unzip
+sudo apt install gcc libsdl2-dev wget unzip cmake
```
Then run