lubecoin

Lubecoin repo

View the Project on GitHub

This is the reference code for LubeCoin.

Building LubeCoin

On *nix

Dependencies: GCC 4.7.3 or later, CMake 2.8.6 or later, and Boost 1.55.

You may download them from:

To build, change to a directory where this file is located, and run make. The resulting executables can be found in build/release/src.

Advanced options:

On Windows

Dependencies: MSVC 2013 or later, CMake 2.8.6 or later, and Boost 1.55. You may download them from:

To build, change to a directory where this file is located, and run theas commands: mkdir build cd build cmake -G "Visual Studio 12 Win64" ..

And then do Build. Good luck!