aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJeff Becker <ampernand@gmail.com>2016-10-17 10:36:00 -0400
committerJeff Becker <ampernand@gmail.com>2016-10-17 10:36:00 -0400
commit062bb790f396042c6b08879213ef0aa6761339c3 (patch)
tree475ffc99ca0ce33f88a201c177b9fafb0665a525 /README
parentd0c2ee3bcc98fbe16e9d697197fef63939af2b8a (diff)
downloadwterm-062bb790f396042c6b08879213ef0aa6761339c3.zip
wterm-062bb790f396042c6b08879213ef0aa6761339c3.tar.gz
wterm-062bb790f396042c6b08879213ef0aa6761339c3.tar.bz2
updates
Diffstat (limited to 'README')
-rw-r--r--README29
1 files changed, 11 insertions, 18 deletions
diff --git a/README b/README
index b38c88b..f93a36e 100644
--- a/README
+++ b/README
@@ -1,31 +1,24 @@
-st - simple terminal
+wterm - xterm for wayland
--------------------
-st is a simple terminal emulator for X which sucks less.
+
+wterm is an xterm replacement based on st, a simple terminal emulator for X
+originally made by suckless.
Requirements
------------
-In order to build st you need the Xlib header files.
-
-Installation
-------------
-Edit config.mk to match your local setup (st is installed into
-the /usr/local namespace by default).
+ fontconfig
+ wayland
+ xkbcommon
+ pixman
+ libdrm
-Afterwards enter the following command to build and install st (if
-necessary as root):
+Install
+--------
make clean install
-
-Running st
-----------
-If you did not install st with make clean install, you must compile
-the st terminfo entry with the following command:
-
- tic -s st.info
-
See the man page for additional details.
Credits