Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 430 Bytes

building-from-sources.md

File metadata and controls

13 lines (10 loc) · 430 Bytes

Building from sources

Ensure that JDK 1.8 or higher is installer in your system. We use SBT native packager to produce runnable distros for each tool packed in compressed archives.

$ ./sbt cli/universal:stage
$ ./cli/target/universal/stage/bin/pravda

To build archive just run sbt cli/universal:packageZipTarball in the root of project. This will create necessary tgz-archive of the Pravda CLI in the cli/target.