From 8cd1ba03d784bc01190a653840cadbcfa1c66350 Mon Sep 17 00:00:00 2001 From: NatanFreeman <86922687+NatanFreeman@users.noreply.github.com> Date: Wed, 29 Dec 2021 13:24:37 +0200 Subject: [PATCH] Update README.md Adds instructions on how to compile the library. --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a80f40..c701e38 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,14 @@ This is a work in progress, so far it's only SHA512 Simple RSA Implementation\ Uses boost::endian and boost::multiprecision::cpp_int -# Simplicity Is The First Step To Security -It doesn't have to be complicated. +# How to compile +## Windows +In order to compile Zuckbook for Windows you will need to download Visual Studio at this link https://visualstudio.microsoft.com/downloads/. +Dependencies: + +BOOST + +Download the boost library at this link https://www.boost.org/users/download/ and extract the zip. +Open the sln file in Visual Studio and right click project and choose propities. +Go to C/C++->General and in Additinal Include Directories enter your path where you saved the boost library. +It is important to note to inlude the folder with the boost version in the name.