Install the build dependencies (Debian used as an example): sudo apt install --no-install-recommends build-essential cmake git libgnutls28-dev Get the Qt online installer from:https://www.qt.io/download-open-source During installation, choose Qt 6.7, CMake and Qt Creator. Get the source ...
localectl doesn't work on modern Debian/Ubuntu by@waveform80in#867 Update zh-CN (Simplified Chinese) translation by@yklain#879 BCM2712d0 support by@tdewey-rpiin#884 Fix GPT signature test by@jadonkin#895 Linux/OSX: Fix reversed fsync check by@ali1234in#903 ...
8Branches20Tags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 723 Commits .github/ISSUE_TEMPLATE fix: typo in Github issue template Jan 8, 2025 debian
Build the Debian package cd rpi-imager debuild -uc -us debuild will compile everything, create a .deb package and put it in the parent directory. Can install it with apt: cd .. sudo apt install ./rpi-imager*.deb It should create an icon in the start menu under "Utilities" or "Acce...