-

How to Build and Compile a CryptoNote Project on Linux
There has been an active issue for over 5 years now when trying to build the source on modern compilers. The best solution (without updating the actual code) is to simulate the original build environment, Which is Ubuntu 14.04 with the Dependencies of: GCC 4.7.3 or later, CMake 2.8.6 or later, and Boost 1.55. From…