aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index f0ab7cb..e2966ea 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,10 @@ st is a simple terminal emulator for X originally made by suckless.
* pixman
* libdrm
+On ubuntu it's
+
+ sudo apt install libdrm-dev libfontconfig1-dev libwayland-dev libxkbcommon-dev libpixman-1-dev pkg-config
+
## build
make
@@ -25,8 +29,6 @@ st is a simple terminal emulator for X originally made by suckless.
sudo make install
-See the man page for additional details.
-
## Credits
Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> st source code.