summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2020-05-27 16:31:00 -0700
committerManoj Srivastava <srivasta@debian.org>2020-05-27 16:31:00 -0700
commitd7533e931cfb49a68dc8e6e3f524d49e364cef83 (patch)
tree06d31523b9647d3de8ce8888f6e83d24f046aa82 /README.md
parent4e9b9c402ed95bf9a17fd6d795bc49bb4128a6fa (diff)
New upstream version 2.41-ah~0.git.20200131
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9ab5b368..994ba3e1 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,6 @@ packages.
Each frontend requires the additional packages listed below:
- X11: `libx11-dev`
-- SDL: `libsdl-image1.2-dev` `libsdl-ttf2.0-dev`
- ncurses: `libncurses5-dev`
@@ -81,11 +80,6 @@ linking the executable. As a workaround, set the environment variable
$ env LDFLAGS=-L/usr/X11R6/lib cmake .
$ make
-The SDL frontend also requires these packages:
-
-- `sdl-image`
-- `sdl-ttf`
-
## Compiling on Windows using MinGW