Skip to content

Commit 1395c26

Browse files
author
BoboTiG
committed
Add instructions about MSS library for GNU/Linux users
1 parent 8b6b761 commit 1395c26

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ You can install it with pip::
1919

2020
Or you may just drop it in your project and forget about it.
2121

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+
2228
Support
2329
-------
2430

0 commit comments

Comments
 (0)