magic

let's see

0
0
0
C++
public
Forked

Build instructions

Either in the root folder or in identity-theft folder, run the following commands:

Linux:

mkdir build 
cd build
cmake -G "Unix Makefiles" ..
cmake --build .

Run with either:

./magic

Or:

./identityTheft

Windows

md build 
cd build
cmake -G "Visual Studio 15 2017" ..
cmake --build .

Run with either:

Debug\magic

Or:

Debug\identityTheft
v0.3.3[beta]