tAdd note on xcursor to README - ledit - Text editor (WIP) | |
git clone git://lumidify.org/ledit.git (fast, but not encrypted) | |
git clone https://lumidify.org/git/ledit.git (encrypted, but very slow) | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 9c2c62d13afcfb127994530a319c80897429f662 | |
parent 2685622dcc0ab5293da9b82e9d651d3b9696e1ec | |
Author: lumidify <[email protected]> | |
Date: Mon, 21 Aug 2023 11:14:58 +0200 | |
Add note on xcursor to README | |
Diffstat: | |
M README | 8 ++++++-- | |
1 file changed, 6 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/README b/README | |
t@@ -8,11 +8,15 @@ layout. | |
Additionally, it allows multiple views on a text buffer so that different | |
parts of a file can be shown at the same time. | |
-REQUIREMENTS: pango (with xft), xlib (extensions: xkb, xdbe) | |
+REQUIREMENTS: pango (with xft), xlib (extensions: xkb, xdbe), xcursor | |
+ | |
+Note: xcursor technically wouldn't be needed since it's just a dependency | |
+of features in ctrlsel that currently aren't being used, but I will | |
+probably use those features later, so I was too lazy to remove those parts. | |
Packages to install: | |
On OpenBSD: pango | |
-On MX Linux: libpango1.0-dev, libx11-dev, libxkbfile-dev | |
+On MX Linux: libpango1.0-dev, libx11-dev, libxkbfile-dev libxcursor-dev | |
(this is just from memory, I need to test it with a fresh system sometime) | |
Installation: |