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.