Skip to content

Commit bef0f34

Browse files
committed
update
1 parent 5933473 commit bef0f34

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

index.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,37 @@ Register map provides access to the device’s virtual address space. Values can
1616

1717
## Download
1818

19-
The latest release, 1.0.6, was published on 2022-08-28.
19+
### Current release
20+
21+
The latest release, 1.1.0, was published on 2026-07-23. It uses Qt6 and requires a modern OS, like Windows 11 or a recent Linux distribution.
22+
23+
* [**SDM-1.1.0-setup-x64.exe**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.1.0/SDM-1.1.0-setup-x64.exe) - installer for Windows
24+
* [**SDM-1.1.0-portable-x64.7z**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.1.0/SDM-1.1.0-portable-x64.7z) - portable version for Windows
25+
* [**SDM-1.1.0-src.tar.gz**](https://github.com/SimpleDeviceModel/sdm/releases/download/1.1.0/SDM-1.1.0-src.tar.gz) - sources (multi-platform)
26+
27+
### Legacy release
28+
29+
This release was published on 2022-08-28 and is based on Qt5. Choose it for older systems.
2030

2131
* [**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
2232
* [**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
2333
* [**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)
2434

2535
## Building
2636

27-
Building SDM from source requires [CMake](https://cmake.org) and [Qt5](https://www.qt.io). For Ubuntu, the prerequisites can be installed as follows:
37+
Building SDM from source requires [CMake](https://cmake.org) and [Qt6](https://www.qt.io). For Ubuntu, the prerequisites can be installed as follows:
2838

2939
```
30-
sudo apt install build-essential qtbase5-dev qtbase5-dev-tools libqt5svg5-dev qttools5-dev \
31-
qttools5-dev-tools qttranslations5-l10n qt5-image-formats-plugins cmake
40+
sudo apt install build-essentials qt6-base-dev qt6-base-dev-tools libqt6svg6-dev qt6-tools-dev \
41+
qt6-tools-dev-tools qt6-l10n-tools qt6-translations-l10n qt6-image-formats-plugins cmake
3242
```
3343

3444
Then, the SDM framework can be built:
3545

3646
```
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
47+
wget https://github.com/SimpleDeviceModel/sdm/releases/download/1.1.0/SDM-1.1.0-src.tar.gz
48+
tar -xzf SDM-1.1.0-src.tar.gz
49+
cd SDM-1.1.0-src
4050
mkdir build
4151
cd build
4252
cmake ../src
@@ -46,7 +56,7 @@ sudo make install
4656

4757
By default, SDM will be installed to `/usr/local`. Refer to [the manual (PDF)](https://github.com/SimpleDeviceModel/sdm/raw/master/doc/manual.pdf) for detailed build instructions.
4858

49-
Windows builds of SDM were linked against [Qt 5.6.3](https://github.com/SimpleDeviceModel/sdm/releases/download/1.0.0/qt-everywhere-opensource-src-5.6.3.7z). Other versions of Qt can be downloaded from the [Qt website](https://download.qt.io/).
59+
Windows builds of SDM were linked against [Qt 6.8.3](https://github.com/SimpleDeviceModel/sdm/releases/download/1.1.0/qt-everywhere-src-6.8.3.7z). Other versions of Qt can be downloaded from the [Qt website](https://download.qt.io/).
5060

5161
## Documentation
5262

0 commit comments

Comments
 (0)