Skip to content

Commit

Permalink
📝️ link to package installations
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed Feb 2, 2018
1 parent 0cf934c commit 23bbe27
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23bbe27

Please sign in to comment.