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
AustrianToast 76d12f91b1
fs_reader mostly works
slight changes to datatypes and return values
is able to print out all files and folders in specified directory
2024-02-14 16:07:48 +01:00
src fs_reader mostly works 2024-02-14 16:07:48 +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 force specific c++ version 2024-02-14 16:05:55 +01:00
LICENSE Initial commit 2024-02-14 00:03:27 +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