Skip to content

Commit 69dcbba

Browse files
author
Alex Rintt
committed
Remove bundled .deb and add Linux installation instructions
1 parent 2e0755d commit 69dcbba

File tree

5 files changed

+21
-26
lines changed

5 files changed

+21
-26
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ Take for instance the SHA-256 hash of the initial version of this app is: **d046
88

99
Any other hash means it was modified some way.
1010

11+
## Installation
12+
13+
Currently this is app is only available for Windows and Linux.
14+
15+
### Windows
16+
17+
On Windows, just download the latest release on the Releases tab and open the `filechecksum.exe` inside the .rar file.
18+
19+
### Linux
20+
21+
1. Install dependencies:
22+
23+
```shell
24+
sudo apt-get libgcrypt20 libgtk-3-0 liblz4-1 liblzma5 libstdc++6
25+
```
26+
27+
2. Download the latest release `linux-arm64-v0.1.0.zip`.
28+
29+
3. Double-click to open `filechecksum`.
30+
1131
## App screenshot and usage
1232

1333
Some desktop app screenshots:

debian/debian.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

debian/gui/filechecksum.desktop

Lines changed: 0 additions & 9 deletions
This file was deleted.

debian/gui/filechecksum.png

-4.9 KB
Binary file not shown.

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dev_dependencies:
2121
sdk: flutter
2222
flutter_launcher_icons: ^0.10.0
2323
flutter_lints: ^2.0.0
24+
# Use to find required dependencies
2425
flutter_to_debian:
2526
git:
2627
url: https://github.com/alexrintt/flutter_to_debian

0 commit comments

Comments
 (0)