Commit graph

760 commits

Author SHA1 Message Date
Floris Bos
6081ca441f Linux: test for recent libarchive/libcurl/lsblk
The software requires at least:

- libcurl 7.32.0 (released Aug 12 2013!)
- libarchive 3.2.0 (released Apr 30 2016)
- util-linux 2.27 (released Sep 7 2015)

While technically we could build libcurl and libarchive statically
(like we do for Mac and Windows) if the system has older libs,
it's likely that running the software on systems that old may
give other problems as well (e.g. does lsblk --json (util-linux)
and udisks2 work correctly?), so do not bother.

Closes #16
2020-03-09 13:06:23 +01:00
Floris Bos
c04516cbee SD card selection: round size instead of floor, and display decimal
Closes #24
2020-03-09 13:04:59 +01:00
Floris Bos
9a0454d07f Verify error: correct spelling 2020-03-09 13:04:21 +01:00
Floris Bos
a367ed0683 Fix verifying on images that are not dividable by block size 2020-03-06 12:00:46 +01:00
Floris Bos
75feb3e73d Rename imagingutility -> rpi-imager 2020-03-05 15:40:38 +01:00
Floris Bos
0244c5f49e Linux: remove dependency on zlib headers
- We are only using zlib indirectly through libarchive

(For Windows/Mac OS X we do keep requiring zlib headers, as we
need them to build the bundled libarchive on these platforms)
2020-03-05 15:23:24 +01:00
Floris Bos
a3aa3551a8 Cleanup
- Remove old .svg icons and .qml file
2020-03-04 18:40:42 +01:00
Floris Bos
7ef7b9a34c Update README.md 2020-03-04 18:33:49 +01:00
Floris Bos
2ffaf70276 Update README.md
- Fix github address
- Add Mac code signing instructions
2020-03-04 17:05:00 +01:00
Floris Bos
d7b361ba44 Qt/QML edition 2020-03-04 16:55:40 +01:00