File tree 1 file changed +21
-8
lines changed
1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,31 @@ Lights state will be restored on next start.
10
10
## Download
11
11
Precompiled windows binaries can be found in [ release] ( https://github.com/Odizinne/HeadsetControl-Qt/releases ) section
12
12
13
- ## Build dependencies
14
- ** Linux**
15
- - PyQt6
16
- - [ HeadsetControl] ( https://github.com/Sapd/HeadsetControl )
13
+ ## Build and run
17
14
18
- ** Windows**
15
+ Clone this repository: ` git clone https://github.com/Odizinne/HeadsetControl-Qt.git `
16
+ CD to the cloned repo: ` cd HeadsetControl-Qt `
17
+
18
+ ** Windows**
19
+ Dependencies:
19
20
- PyQt6
20
21
- darkdetect
21
22
- winshell
23
+
24
+ Install dependencies: ` pip install PyQt6 darkdetect winshell `
25
+ Build exe: ` python .\setup.py build `
26
+
27
+ Binaries will be located in ` Build ` dir.
28
+
29
+ ** Linux**
30
+ Dependencies:
31
+ - PyQt6 (from package manager is recommended, else use pip)
22
32
- [ HeadsetControl] ( https://github.com/Sapd/HeadsetControl )
23
33
34
+ There is nothing to build.
35
+
36
+ Make sure ` headsetcontrol-qt.py ` is executable: ` chmod +x ./headsetcontrol-qt.py `
37
+ Then run it: ` headsetcontrol-qt.py `
38
+
24
39
## To-do
25
- - Build info in readme
26
- - Add other headsetcontrol supported settings
27
- - Use system symbolic icons for linux
40
+ - Add other headsetcontrol supported settings (My headset does not support them so i cannot test)
You can’t perform that action at this time.
0 commit comments