Revize 75a5e12e
Přidáno uživatelem Jakub Šilhavý před asi 3 roky(ů)
client/README.md | ||
---|---|---|
24 | 24 |
|
25 | 25 |
### Windows |
26 | 26 |
|
27 |
For the Windows operating system, the user also needs to install the following tool.
|
|
27 |
For the Windows operating system, the user also needs to install the LibUSB-Win32 library. The installer can be found over at: https://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/1.2.6.0/libusb-win32-devel-filter-1.2.6.0.exe
|
|
28 | 28 |
|
29 |
- https://sourceforge.net/projects/libusb-win32/ |
|
29 |
Upon successful installation of this library, the following file should be created`C:\WINDOWS\system32\libusb0.dll`. The application uses this dynamic library to scan USB devices connected to the PC. The default installation folder of this library is `C:\Program Files\LibUSB-Win32\`. |
|
30 |
|
|
31 |
Before the very first start of the application, the user is required to execute following command as an administrator in order to give the client access to all USB devices of the same vendor id and product id. |
|
32 |
|
|
33 |
``` |
|
34 |
install-filter.exe install --device=USB\Vid_064f.Pid_2af9.Rev_0100 |
|
35 |
``` |
|
36 |
|
|
37 |
Vector Keyman: vendor id = **064f**, product id = **2af9** |
|
38 |
|
|
39 |
The `install-filter.exe` executable file can be found in the default LibUSB-Win32 installation folder in sub-folder `bin`, or it can be downloaded from the following link https://sourceforge.net/projects/libusb-win32/. |
|
30 | 40 |
|
31 |
Upon successful installation of this library, the following file should be created`C:\WINDOWS\system32\libusb0.dll`. The application uses this file to scan USB devices connected to the PC. |
|
32 | 41 |
|
33 | 42 |
## Build |
34 | 43 |
|
... | ... | |
36 | 45 |
|
37 | 46 |
## Execution |
38 | 47 |
|
39 |
Before the very first start of the application, the user is required to execute the following command from the terminal in order to give the client access to all USB devices of the same vendor id and product id. |
|
40 |
|
|
41 |
``` |
|
42 |
install-filter.exe install --device=USB\Vid_064f.Pid_2af9.Rev_0100 |
|
43 |
``` |
|
44 |
|
|
45 |
Vector Keyman: vendor id = **064f**, product id = **2af9** |
|
46 | 48 |
|
47 |
After that, they can simply run the application by running the following command from the terminal.
|
|
49 |
After everything is successfully setup, you can simply run the application by running the following command from the terminal.
|
|
48 | 50 |
|
49 | 51 |
``` |
50 | 52 |
licence_detector.exe --help |
Také k dispozici: Unified diff
re #9423 Edited README.md (final version)