Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemanufrij/imageburner
An elementary OS app
https://github.com/artemanufrij/imageburner
bootable burn flash iso linux usb vala
Last synced: 3 months ago
JSON representation
An elementary OS app
- Host: GitHub
- URL: https://github.com/artemanufrij/imageburner
- Owner: artemanufrij
- Created: 2017-07-15T20:38:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T06:56:24.000Z (about 4 years ago)
- Last Synced: 2024-05-12T14:31:07.364Z (6 months ago)
- Topics: bootable, burn, flash, iso, linux, usb, vala
- Language: Vala
- Homepage: https://artemanufrij.github.io
- Size: 344 KB
- Stars: 44
- Watchers: 5
- Forks: 17
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-elementaryos - Image Burner - A simple imageburner inspired by Etcher's UI [:white_check_mark:](https://appcenter.elementary.io/com.github.artemanufrij.imageburner) (Applications / Accessories)
README
[![Build Status](https://travis-ci.org/artemanufrij/imageburner.svg?branch=master)](https://travis-ci.org/artemanufrij/imageburner)
### Donate
PayPal | LiberaPay | Patreon
## Install from Github.
As first you need elementary SDK
```
sudo apt install elementary-sdk
```Clone repository and change directory
```
git clone https://github.com/artemanufrij/imageburner.git
cd imageburner
```Compile, install and start Imageburner on your system
```
meson build --prefix=/usr
cd build
sudo ninja install
com.github.artemanufrij.imageburner
```