|
1 år sedan | |
---|---|---|
doc | 1 år sedan | |
src | 1 år sedan | |
.gitignore | 1 år sedan | |
LICENSE | 1 år sedan | |
Makefile | 1 år sedan | |
README.md | 1 år sedan | |
qsummer.pro | 1 år sedan |
What is QSummer | Features | Screenshots | Install | License | Changelog
QSummer is a simple graphical application used to validate file checksums.
Just run QSummer, choose file to validate, select hash algorithm, paste checksum provided by the
file creator and hit “Validate”.
Once the validation is finished, you will know whether file is ok or damaged.
QSummer is started or “File->New” was chosen from menu
QSummer is calculating checksum
Calculated checksum matched the pasted one
Calculated checksum did not match the pasted one
Build
Run
Basically there’s no need to install QSummer (although lack of installation script makes its version 0.9.4 rather than 1.0) and thus the installation procedure is as follows:
releases
tab.make build
.dist
directory to your liking and copy it wherever you like.You can start the application by issuing the command application_directory/qsummer
on the command
line.
To preload QSummer with file to check, you have to pass it the file name parameter on the command
line, eg. qsummer -f file_to_check
.
You can also create .desktop
file to run the application with your desktop environment.