arto

所属分类:加密货币
开发工具:C++
文件大小:8133KB
下载次数:0
上传日期:2019-06-22 05:46:40
上 传 者sh-1993
说明:  Arto是一种基于CryptoNote的去中心化加密货币
(Arto is a decentralized cryptocurrency based on CryptoNote)

文件列表:
CMakeLists.txt (9771, 2019-06-22)
CTestCustom.cmake (177, 2019-06-22)
LICENSE (7651, 2019-06-22)
Makefile (750, 2019-06-22)
cmake (0, 2019-06-22)
cmake\32-bit-toolchain.cmake (2318, 2019-06-22)
cmake\64-bit-toolchain.cmake (2320, 2019-06-22)
cmake\Doxyfile.in (78008, 2019-06-22)
cmake\Doxygen.extra.css.in (198, 2019-06-22)
cmake\FindMiniupnpc.cmake (5805, 2019-06-22)
cmake\test-static-assert.c (1687, 2019-06-22)
cmake\test-static-assert.cpp (1687, 2019-06-22)
external (0, 2019-06-22)
external\CMakeLists.txt (569, 2019-06-22)
external\boost1_65_1 (0, 2019-06-22)
external\boost1_65_1\libs (0, 2019-06-22)
external\boost1_65_1\libs\filesystem (0, 2019-06-22)
external\boost1_65_1\libs\filesystem\src (0, 2019-06-22)
external\boost1_65_1\libs\filesystem\src\operations.patch (797, 2019-06-22)
external\google (0, 2019-06-22)
external\google\dense_hash_map (14353, 2019-06-22)
external\google\dense_hash_set (13126, 2019-06-22)
external\google\sparse_hash_map (13227, 2019-06-22)
external\google\sparse_hash_set (12097, 2019-06-22)
external\google\sparsehash (0, 2019-06-22)
external\google\sparsehash\densehashtable.h (52233, 2019-06-22)
external\google\sparsehash\hashtable-common.h (5831, 2019-06-22)
external\google\sparsehash\libc_allocator_with_realloc.h (3890, 2019-06-22)
external\google\sparsehash\os_config.h (892, 2019-06-22)
external\google\sparsehash\sparseconfig.h (1122, 2019-06-22)
external\google\sparsehash\sparseconfig_win.h (1108, 2019-06-22)
external\google\sparsehash\sparsehashtable.h (50350, 2019-06-22)
external\google\sparsetable (66766, 2019-06-22)
external\google\type_traits.h (13978, 2019-06-22)
external\gtest (0, 2019-06-22)
external\gtest\CHANGES (6645, 2019-06-22)
external\gtest\CMakeLists.txt (9120, 2019-06-22)
external\gtest\CONTRIBUTORS (1358, 2019-06-22)
... ...

Arto is a decentralized cryptocurrency based on CryptoNote. ## Building Arto ### On *nix Dependencies: GCC 4.7.3 or later, CMake 2.8.6 or later, and Boost 1.55. You may download them from: * http://gcc.gnu.org/ * http://www.cmake.org/ * http://www.boost.org/ * Alternatively, it may be possible to install them using a package manager. 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:** * Parallel build: run `make -j` instead of `make`. * Debug build: run `make build-debug`. * Test suite: run `make test-release` to run tests in addition to building. Running `make test-debug` will do the same to the debug version. * Building with Clang: it may be possible to use Clang instead of GCC, but this may not work everywhere. To build, run `export CC=clang CXX=clang++` before running `make`. ### On Windows Dependencies: MSVC 2013 or later, CMake 2.8.6 or later, and Boost 1.55. You may download them from: * http://www.microsoft.com/ * http://www.cmake.org/ * http://www.boost.org/ To build, change to a directory where this file is located, and run theas commands: ``` mkdir build cd build cmake -G "Visual Studio 12 Win***" .. ``` And then do Build. Good luck!

近期下载者

相关文件


收藏者