-
Notifications
You must be signed in to change notification settings - Fork 67
Getting Started
Hüseyin Uslu edited this page Jan 5, 2018
·
3 revisions
You need dotnet core 2.0 to compile hypepool.
libcryptonote and libmultihash need boost libraries to be compiled. To get it done easly on windows; you can use Microsoft vcpkg.
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
bootstrap-vcpkg.bat
vcpkg integrate install
vcpkg install boost
You should be now good to go.