summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-10-19 11:37:56 -0400
committerpommicket <pommicket@gmail.com>2023-10-19 11:37:56 -0400
commitb61462368b091c0ea1c495e1f17d22ae81b0e163 (patch)
tree79f13e68ff0ca82a6c436ca32dc1a44a517763f0 /README.md
parent6c17b62f684981d250ed8300317e3b576393caa1 (diff)
pcre2 submodule
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3d32f41..25db943 100644
--- a/README.md
+++ b/README.md
@@ -273,14 +273,14 @@ variable names for example.
## Building from source
-First, you will need PCRE2: https://github.com/PhilipHazel/pcre2/releases.
-Unzip it, put pcre2-10.X in the same folder as ted, and rename it to pcre2.
+Make sure you cloned `ted` with submodules (`git clone --recursive ...`).
+If you didn't, run `git submodule update --init --recursive`.
To install `ted` from source on Linux, you will also need:
- A C compiler
- The SDL2 development libraries
-- cmake (for PCRE2)
+- cmake
- imagemagick convert (for creating the .deb installer)
These can be installed on Ubuntu/Debian with: