README 901 B

12345678910111213141516171819
  1. Some files that you download will come with a .sfv file.
  2. This is used to verify that the files that you received are the same as
  3. the originals.
  4. cksfv (Check SFV) is a program that can use the .sfv file to verify the
  5. downloaded files. Also, it can be used to create new .sfv files.
  6. cksfv is a command line tool that uses crc32 checksum to verify file
  7. integrity. .sfv is simple file verification.
  8. There is a script to integrate this tool with GNOME's Nautilus file
  9. manager, but since GNOME isn't included in Slackware, it is included
  10. as part of the documentation instead of in the normal location.
  11. You can install it on your own or modify the SlackBuild script to
  12. do so. It can be found under the "./scripts" directory of the source
  13. code, and is called CheckSFV in the resulting package's documentation
  14. directory. All you need to do is to copy the "CheckSFV" file to
  15. $HOME/.gnome2/nautilus-scripts