From 23bbe2797fea75642a761281d9a39e47318a6716 Mon Sep 17 00:00:00 2001 From: Kevin Brubeck Unhammer Date: Fri, 2 Feb 2018 13:41:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=EF=B8=8F=20link=20to=20package=20i?= =?UTF-8?q?nstallations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.org | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.org b/README.org index 73b4f80..a2bc06d 100644 --- a/README.org +++ b/README.org @@ -43,6 +43,30 @@ There are also some helper programs for validating XML =divvun-gen-xmlschemas=) and for generating shell scripts from pipeline specifications (=divvun-gen-sh=). +* Install from packages + +Tino Didriksen has kindly packaged this as both =.deb= and =.rpm=. + +For =.deb= (Debian, Ubuntu and derivatives), add the repo and install +the package with: + +#+BEGIN_SRC sh +wget https://apertium.projectjj.com/apt/install-nightly.sh +sudo bash install-nightly.sh +sudo apt install divvun-gramcheck +#+END_SRC + +For =.rpm= (openSUSE, Fedora, CentOS and derivatives), add the repo +and install the package with: + +#+BEGIN_SRC sh +wget https://apertium.projectjj.com/rpm/install-nightly.sh +sudo bash install-nightly.sh +sudo dnf install divvun-gramcheck +#+END_SRC + +(See also the [[https://apertium.projectjj.com/apt/logs/divvun-gramcheck/][deb build logs]] and [[https://build.opensuse.org/package/show/home:TinoDidriksen:nightly/divvun-gramcheck][rpm build status]].) + * Simple build from git on Mac There is a script that will download prerequisites and compile and