Download
Download Ouroboros
Get Ouroboros Packages:
For ArchLinux users, the easiest way to try Ouroboros is via the Arch User Repository, which will also install all dependencies.
Source:
You can clone the repository over http or https or git:
$ git clone http://ouroboros.rocks/git/ouroboros $ git clone https://ouroboros.rocks/git/ouroboros $ git clone git://ouroboros.rocks/ouroboros Or download a snapshot.
Download
Install Ouroboros
We recommend creating a build directory:
$ mkdir build && cd build Run cmake providing the path to where you cloned the Ouroboros repository. Assuming you created the build directory inside the repository directory, do:
$ cmake .. Build and install Ouroboros:
$ sudo make install Advanced options Ouroboros can be configured by providing parameters to the cmake command:
$ cmake -D<option>=<value> .. Alternatively, after running cmake and before installation, run ccmake to configure Ouroboros:
Download
Requirements
System requirements Ouroboros builds on most POSIX compliant systems. Below you will find instructions for GNU/Linux, FreeBSD and OS X. On Windows 10, you can build Ouroboros using the Linux Subsystem for Windows .
You need git to clone the repository. To build Ouroboros, you need cmake, google protocol buffers installed in addition to a C compiler (gcc or clang) and make.
Optionally, you can also install libgcrypt, libssl, fuse, dnsutils and swig.