Skip to content

Commit 44166c5

Browse files
committed
README: Add build and installation instructions
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent fd7d057 commit 44166c5

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# framework-win-sensor-driver
22
Sensor Driver for Windows on Framework systems
3+
4+
```
5+
# Build
6+
msbuild .\SensorsComboDriver\SensorsComboDriver.sln /property:Platform=x64 /property:Configuration=Debug
7+
8+
# First install
9+
# TODO: Should move to ACPI\FRMWC006
10+
> sudo .\devcon.exe install .\SensorsComboDriver\x64\Debug\SensorsComboDriver\SensorsComboDriver.inf umdf2\SensorsComboDriver
11+
12+
# Subsequent installs
13+
> sudo pnputil /add-driver .\SensorsComboDriver\x64\Debug\SensorsComboDriver\SensorsComboDriver.inf /install
14+
15+
# Distributing
16+
.\SensorsComboDriver\x64\Debug\
17+
SensorsComboDriver.pdb
18+
SensorsComboDriver\sensorscombodriver.cat
19+
SensorsComboDriver\sensorscombodriver.dll
20+
SensorsComboDriver\sensorscombodriver.inf
21+
# Use signtool to sign .cat file and package all 4 files
22+
```

0 commit comments

Comments
 (0)