Aniseto / NosoWalletCPP

Noso Wallet implementation in C++
https://www.nosocoin.com
MIT License
2 stars 1 forks source link

NosoWalletCPP

Build Status Supports Windows Supprts Linux Supports macOS License Latest Release Downloads

c++ Based Noso Wallet

-IDE: Visual Studio 2022 Community Edition

Libraries:

Follow how to install those libraries from respective Websites, if using Visual Studio then you can use VCPKG(https://vcpkg.io/en/) package manager to compile and install libraries.

Remember to add respective Headers and Libs on your Visual studio solution Properties.

Build with cmake and vcpkg

We are providing the CMakeLists.txt, CMakePresets.txt and vcpkg.json files that will allow you to build this project with cmake and vcpkg.

Building under Linux

We are also providing the file build_with_cmake_vcpkg.sh as a quick way of invoking all the necessary commands in order to build with cmake and vcpkg locally.