summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-07-29 14:30:59 +0100
committerVincent Sanders <vince@kyllikki.org>2018-07-29 14:30:59 +0100
commitb2bb565402143c2b63d00ac8c89e3197ffe5354f (patch)
tree7f48272de45d93f689fb09bf01ca998a9901432c /README
parent51d3ee85de73949483af79671fe9075a10e405e3 (diff)
downloadlibnsfb-b2bb565402143c2b63d00ac8c89e3197ffe5354f.tar.gz
libnsfb-b2bb565402143c2b63d00ac8c89e3197ffe5354f.tar.bz2
remove broken surface handlers for ABLE and linux framebuffer interface
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 732e850..b4a1685 100644
--- a/README
+++ b/README
@@ -16,10 +16,12 @@ Requirements
+ GNU make or compatible
+ Pkg-config
- Libnsfb also requires the following libraries to be installed:
+ The following libraries may also be installed:
- + SDL 1.2 (for the SDL backend)
- + libxcb* (for the X11 backend)
+ + SDL 1.2 (for the SDL surface)
+ + libxcb* (for the X11 surface)
+ * wayland-client (for wayland surface)
+ * libvncserver (for vnc surface)
Compilation
-----------