This is a project which has similar goes as https://gitea.hopeless-cloud.xyz/ProfessionalUwU/chksum has. This aims to fix all the problems that his has and make the finding of all files independend of the rest.
Go to file
2024-02-21 17:18:34 +01:00
src basic md5 test implementation 2024-02-21 17:18:34 +01:00
.gitignore fix mistake in .gitignore 2024-02-14 00:24:21 +01:00
chksum.spec.md add chksum.spec.md 2024-02-14 00:14:18 +01:00
CMakeLists.txt increment version number 2024-02-16 23:05:12 +01:00
LICENSE new License 2024-02-16 23:09:34 +01:00
README.md update README.md 2024-02-14 00:33:20 +01:00

chksum_cpp

This is a project which has similar goals as https://gitea.hopeless-cloud.xyz/ProfessionalUwU/chksum has. This aims to fix all the problems that his has and make the finding of all files independend of the rest.

How to Use

You will need to cmake and it will need to be at least version 3.28.
You can check what version your cmake is with

cmake --version

Then we will clone the repo and go into it

git clone https://gitea.hopeless-cloud.xyz/AustrianToast/chksum_cpp.git && cd chksum_cpp

After that is done you just need to run

cmake . && cmake --build .

This will produce some junk because of cmake, but most importantly it should create a binary called chksum.
Here is an example of how to use it

./chksum /tmp