projects
/
xicursorset.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
README: add a note about the build dependencies
[xicursorset.git]
/
README
diff --git
a/README
b/README
index
b87be08
..
2bffa04
100644
(file)
--- a/
README
+++ b/
README
@@
-21,3
+21,11
@@
$ ./xicursorset 2 right_ptr whiteglass
Set the cursor with id=2 to the 'left_ptr' image from the default theme
$ ./xicursorset 2 left_ptr
Set the cursor with id=2 to the 'left_ptr' image from the default theme
$ ./xicursorset 2 left_ptr
+
+
+NOTE: the "redglass" and "whiteglass" cursor themes are sometimes provided in
+a separate package called "xcursor-themes".
+
+Dependencies:
+ - libxcursor-dev
+ - libxi-dev