pardus-imagewriter
pardus-imagewriter copied to clipboard
Fast, Qt based simple disk image writer (MacOS / Linux / Windows)
Pardus Image Writer
Simple Qt cpp backend, qml frontend disk image writing application.
Screen Shots
On Linux (Pardus 17.1 GNU/Linux)
On Windows (10 Home)
If you need a standalone piw.exe
tested on Windows 10,
here it is. Guess the
install link if you are not a Turkish speaker then follow the instruction
screenshots to get your ISO file burnt into your USB stick.
On MacOS (High Sierra)
How to build and run (on Linux)
Clone the project
git clone https://github.com/yunusem/pardus-imagewriter.git
Install build dependencies
sudo apt-get install build-essential libc6 libgcc1 libgl1-mesa-glx libgl1 \
libqt5core5a libqt5dbus5 libqt5gui5l ibqt5network5 libqt5qml5 libqt5quick5 \
libqt5svg5-dev libqt5widgets5 libstdc++6 libudev-dev qtdeclarative5-dev
Build
cd pardus-imagewriter
mkdir build
cd build
export QT_SELECT=qt5
qmake ../
make
Install Runtime dependencies
sudo apt install gksu libqt5svg5 qml-module-qtquick-controls2 \
qml-module-qt-labs-folderlistmodel qml-module-qtquick2 \
qml-module-qtquick-layouts qml-module-qtgraphicaleffects \
qml-module-qtquick-dialogs qml-module-qtquick-controls \
qml-module-qtquick-templates2 qml-module-qt-labs-settings
Run
gksudo ./piw