We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6b761 commit 1395c26Copy full SHA for 1395c26
1 file changed
README.rst
@@ -19,6 +19,12 @@ You can install it with pip::
19
20
Or you may just drop it in your project and forget about it.
21
22
+**For GNU/Linux users concerned by speed**, you will certainly need the MSS library. It is built when using `pip` but if you want to do it manually::
23
+
24
+ gcc -shared -rdynamic -fPIC -s -O3 -lX11 -o libmss.so dep/linux/mss.c
25
26
+That's it! Ship the libmms.so file along with mss.py and you are ready to take screenshots at the light speed!
27
28
Support
29
-------
30
0 commit comments