Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 252 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 252 Bytes

README

Building

Setup the EDK thing, see the instructions in the EDK II Repo.

Testing

Testing requires cmake to execute

cd ./HackingGame/HackingGame/
mkdir -p build
cd build
cmake ..
cmake --build . -j
./test