summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-03-02 18:57:45 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-03-02 18:57:45 -0500
commit5625bc523861cf16c1aade7a4e7e6f8731a24b6e (patch)
treebfed6af1d5ddc60bbc22a1ab8d74036034c67db3 /README.md
parentdd349c6c7e0eba659afc2149fd214f9972826052 (diff)
got OpenBSD build to work
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