File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ Register map provides access to the device’s virtual address space. Values can
1616
1717## Download
1818
19- The latest release, 1.0.5 , was published on 2022-06-26 .
19+ The latest release, 1.0.6 , was published on 2022-08-28 .
2020
21- * [ ** SDM-1.0.5 -setup-x64.exe** ] ( https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.5 /SDM-1.0.5 -setup-x64.exe ) - for 64-bit Windows
22- * [ ** SDM-1.0.5 -setup-x86.exe** ] ( https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.5 /SDM-1.0.5 -setup-x86.exe ) - for 32-bit Windows
23- * [ ** SDM-1.0.5 -src.tar.gz** ] ( https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.5 /SDM-1.0.5 -src.tar.gz ) - sources (multi-platform)
21+ * [ ** SDM-1.0.6 -setup-x64.exe** ] ( https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.6 /SDM-1.0.6 -setup-x64.exe ) - for 64-bit Windows
22+ * [ ** SDM-1.0.6 -setup-x86.exe** ] ( https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.6 /SDM-1.0.6 -setup-x86.exe ) - for 32-bit Windows
23+ * [ ** SDM-1.0.6 -src.tar.gz** ] ( https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.6 /SDM-1.0.6 -src.tar.gz ) - sources (multi-platform)
2424
2525## Building
2626
@@ -34,9 +34,9 @@ qttools5-dev-tools qttranslations5-l10n qt5-image-formats-plugins cmake
3434Then, the SDM framework can be built:
3535
3636```
37- wget https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.5 /SDM-1.0.5 -src.tar.gz
38- tar -xzf SDM-1.0.5 -src.tar.gz
39- cd SDM-1.0.5 -src
37+ wget https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.6 /SDM-1.0.6 -src.tar.gz
38+ tar -xzf SDM-1.0.6 -src.tar.gz
39+ cd SDM-1.0.6 -src
4040mkdir build
4141cd build
4242cmake ../src
You can’t perform that action at this time.
0 commit comments