You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,4 +44,16 @@ If the head pose values don't represent the real tilting of the head, you can ca
44
44
### Enabling/Disabling Mouse
45
45
46
46
By default the configured actions are disabled.
47
-
Press 'a' to enable/disable the execution of mouse and keyboard emulation.
47
+
Press 'a' to enable/disable the execution of mouse and keyboard emulation.
48
+
49
+
## Build executable
50
+
51
+
To create a distribution folder which includes all necessary .dll and an executable one can use nuitka(https://nuitka.net/). This translates the code to C code and compiles it. Instructions:
52
+
53
+
1. Activate virtual environment ```venv/Scripts/activate``` on windows and source ```venv/bin/activate``` on linux
0 commit comments