Code Monkey home page Code Monkey logo

vulkan-1's Introduction

Vulkan

Vulkan is a light weight, fast and efficient cryptocurrency blockchain implementation written in C11.

Coverage

Type Status
Coverity Coverity Status

Installing Dependencies

This project comes included with submodules located in the external directory of the project root source code directory which contains the source code repositories for the dependencies necessary to compile the Vulkan Currency daemon, you can also install precompiled dependencies (which decreases your overall compile time) or you can just have the CMake build files build the dependency source code as mentioned earlier.

To manually install some of the dependencies required by the Vulkan Project, you can follow the information below for your specific platform:

Windows

TODO

Mac OS

Install the following packages using the Homebrew package manager:

Installing LevelDB

brew install leveldb

Installing RocksDB

brew install rocksdb

Installing LibSodium

brew install libsodium

Linux

Install the following packages using the apt-get package manager:

Installing LevelDB

sudo apt-get install libsodium-dev

Installing RocksDB

sudo apt-get install librocksdb-dev

Installing LibSodium

sudo apt-get install libsodium-dev

How to compile

After installing all of the dependencies for this project (as specified above), you can compile the Vulkan Currency daemon with the commands below, Vulkan Currency relies on CMake to generate the project build files, follow the commands below (according to your platform you are running) to compile the daemon implementation provided by this project repository:

Windows

git clone https://github.com/vulkancurrency/vulkan.git
cd vulkan
git submodule update --init --recursive

mkdir build
cd build
cmake -G "Visual Studio 14 Win64" ..

Mac OS & Linux

git clone https://github.com/vulkancurrency/vulkan.git
cd vulkan
git submodule update --init --recursive

mkdir build
cd build
cmake .. && make -j 4

License

Vulkan is licensed under the "MIT License" for more info, refer to the LICENSE file.

vulkan-1's People

Contributors

cmarshall108 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.