There was an error while loading. Please reload this page.
Use MSYS2 required libuv build and cmake.
MSYS2 64 bit
Use mingw64.exe shell. Necessary MSYS2 packages:
pacman -Sy pacman -S mingw-w64-x86_64-gcc pacman -S make pacman -S mingw-w64-x86_64-cmake pacman -S mingw-w64-x86_64-pkg-config
CMake build:
git clone https://github.com/PopchainOrg/poprig.git cd poprig mkdir build && cd build cmake .. -G "MinGW Makefiles" -DPOPRIG_DEPS=c:/poprig-deps/gcc/x64 make
Additional CMake options