Build¶
- Table of contents
- Build
To build the Network (Universa core) project, you need:
Prerequirements¶
Software:
- git
- JDK 8
- Gradle
Configuration:
- Setup an account at https://github.com. Upload your SSH key (the one you are going to use for the project) to it. It will be used to clone the github-based remote repositories.
- (Optional but highly recommended) Configure your real first/last name and email in the
~/.gitconfig, for example:
[user]
name = John Doe
email = johndoe@gmail.com
Build and install procedure¶
First, create a new directory where you want to store your project, and cd to it, then:
git clone ssh://git@sergeych.net/universa/network.git ./ git submodule init; git submodule update gradle build -x test