richardbowden / filehasherpoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

you need cmake 3.x

run all commands on the root of this repo

setup cmake env

cmake -H. -Bbuild

build the binary

cmake --build build -- -j8

run to tool to hash a file

./build/filescanner /a/path/to/file.mpg

editor things - vim

sudo port install cmake cquery cscope direnv git-flow

About


Languages

Language:C 52.1%Language:C++ 46.0%Language:CMake 1.8%