aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c0a7f6c1d3992b17da6c5a9d69de40355ea63f9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# wterm - xterm for wayland


wterm is a native Wayland terminal emulator based on an st fork using wld.

st is a simple terminal emulator for X originally made by suckless.

It sorta works ™ , please report bugs. 

![logo](contrib/logo/wterm.png "ebin logo")

## Requirements

* pkg-config
* fontconfig
* wayland
* xkbcommon
* pixman
* libdrm

On ubuntu it's

    sudo apt install libdrm-dev libfontconfig1-dev libwayland-dev libxkbcommon-dev libpixman-1-dev pkg-config

## build

    make

## install

    sudo make install

## Credits

Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> st source code.