From 09a59453c2c8cf6138f8cd9a916c3d2fd889275d Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Sat, 4 Sep 2021 21:16:24 +0000 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 16dc088..4ac14e6 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,20 @@ VMDevirt is a project which uses LLVM to lift `vmprofiles` to LLVM IR. This lift
LLVM takes forever to build and a few GB's of cache space in tmp... + +### Requirements + +* CMake version 3 and above +* Visual Studios 2019 (Fully updated!) + +### Steps + +Clone the entire repo recursively: + +`git clone --recursive https://githacks.org/vmp2/vmdevirt.git` + +Open a console inside of `vmdevirt` folder and execute the following CMake command: + +`cmake -B build` + +WARNING: DO NOT USE ANY OTHER CMAKE COMMAND SUCH AS `-G` FLAG!