You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by to...@apache.org on 2020/09/04 12:55:51 UTC

[joshua] branch master updated: Adding step for packages to readme.

This is an automated email from the ASF dual-hosted git repository.

tommaso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/joshua.git


The following commit(s) were added to refs/heads/master by this push:
     new c210e80  Adding step for packages to readme.
     new 716cc81  Merge pull request #92 from jzonthemtn/readme-pkgs
c210e80 is described below

commit c210e80a0e465881b76506be61a7418ae5f76f49
Author: jzonthemtn <je...@mtnfog.com>
AuthorDate: Fri Sep 4 08:22:33 2020 -0400

    Adding step for packages to readme.
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index b585dd9..6cef6ad 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,10 @@ Then, compile Joshua by typing:
     cd $JOSHUA
     mvn clean package
 
+Install required (Ubuntu) packages:
+
+    sudo apt-get install cmake libbz2-dev liblzma-dev libboost-all-dev ant gcc g++
+
 You also need to download and compile [KenLM](http://kheafield.com/code/kenlm/) and [Thrax](https://github.com/joshua-decoder/thrax):
 
     bash ./download-deps.sh