Skip to content

rollbear/magic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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