ealtintas / pardus-imagewriter

Fast, Qt based simple disk image writer (MacOS / Linux / Windows)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pardus Image Writer

Simple Qt cpp backend, qml frontend disk image writing application.

Screen Shots

On Linux (Pardus 17.1 GNU/Linux)

p1 p2

p3 p4

p5 p6

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.

piw_windows

On MacOS (High Sierra)

piw_macOS

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

About

Fast, Qt based simple disk image writer (MacOS / Linux / Windows)


Languages

Language:C++ 57.7%Language:QML 28.9%Language:Objective-C++ 9.3%Language:QMake 3.7%Language:C 0.5%