Loading README.md +14 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,20 @@ Install requirements: pip install -r requirements.txt ``` **NOTE:** The installation could fail with the next message if the package `libxt-dev` is not found in your OS: ```bash xtloop.c:9:10: fatal error: X11/Intrinsic.h: No such file or directory 9 | #include <X11/Intrinsic.h> | ^~~~~~~~~~~~~~~~~ ``` To solve that, you can install it with the following commands: - openSUSE: `sudo zypper install libXt-devel` - Debian / Ubuntu: `sudo apt-get install libxt-dev` - Fedora: `sudo dnf install libXt-devel` Then, run again: `pip install -r requirements.txt` ## Usage To run the included example, execute the following command on the installation directory (with the activated enviroment): Loading Loading
README.md +14 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,20 @@ Install requirements: pip install -r requirements.txt ``` **NOTE:** The installation could fail with the next message if the package `libxt-dev` is not found in your OS: ```bash xtloop.c:9:10: fatal error: X11/Intrinsic.h: No such file or directory 9 | #include <X11/Intrinsic.h> | ^~~~~~~~~~~~~~~~~ ``` To solve that, you can install it with the following commands: - openSUSE: `sudo zypper install libXt-devel` - Debian / Ubuntu: `sudo apt-get install libxt-dev` - Fedora: `sudo dnf install libXt-devel` Then, run again: `pip install -r requirements.txt` ## Usage To run the included example, execute the following command on the installation directory (with the activated enviroment): Loading