|
преди 1 година | |
---|---|---|
doc | преди 1 година | |
src | преди 1 година | |
.gitignore | преди 1 година | |
LICENSE | преди 1 година | |
Makefile | преди 1 година | |
README.md | преди 1 година |
What is GSummer | Features | Screenshots | Install | License | Changelog
GSummer is a simple graphical application used to validate file checksums.
Just run GSummer, 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.
GSummer is started or “File->New” was chosen from menu
GSummer 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 GSummer (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/gsummer
on the command
line.
To preload GSummer with file to check, you have to pass it the file name parameter on the command
line, eg. gsummer -f file_to_check
.
You can also create .desktop
file to run the application with your desktop environment.