Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 469 Bytes

BUILD.md

File metadata and controls

32 lines (18 loc) · 469 Bytes

Building plusfish

Install dependencies

We use bazel to build plusfish and you probably need to install it first:

sudo apt-get install bazel

Additionally openssl is required but that is usually already installed on most systems.

Building

Run the following command from the source directory:

bazel build :all

After this you can find the binary at bazel-bin/plusfish_cli

Running the tests

bazel test ...:all