Difference between revisions of "Installation/Developers"

From Apertium
Jump to navigation Jump to search
Line 43: Line 43:
 
== Windows ==
 
== Windows ==
   
  +
Prerequisites:
Use the [[Virtualbox]]
 
  +
  +
* Get Ubuntu for Windows: https://www.microsoft.com/fr-fr/p/ubuntu/9nblggh4msv6
  +
  +
In the Ubuntu for Windows terminal:
  +
<pre>
  +
wget https://apertium.projectjj.com/apt/install-nightly.sh -O - | sudo bash
  +
  +
sudo apt-get -f install apertium-all-dev
  +
</pre>
  +
  +
<small>If that doesn't work for you, use the [[Virtualbox]]</small>
   
 
== See also ==
 
== See also ==

Revision as of 14:58, 27 November 2019

If you want to work on Apertium language data and/or tools, you most likely want to use the binaries from Tino Didriksens nightly packages. Here's how you install them:

Debian/Ubuntu

wget https://apertium.projectjj.com/apt/install-nightly.sh -O - | sudo bash

sudo apt-get -f install apertium-all-dev

RHEL/CentOS/Fedora/OpenSUSE

wget https://apertium.projectjj.com/rpm/install-nightly.sh -O - | sudo bash

# If using RHEL/CentOS:
sudo yum install apertium-all-devel
# If using Fedora:
sudo dnf install apertium-all-devel
# If using OpenSUSE:
sudo zypper install apertium-all-devel

Mac with Macports

Prerequisites:

  1. Make sure XCode is installed
  2. Make sure Macports is installed
sudo port install autoconf automake expat flex \
 gettext gperf help2man libiconv libtool \
 libxml2 libxslt m4 ncurses p5-locale-gettext \
 pcre perl5 pkgconfig zlib gawk icu cmake boost gperftools

curl https://apertium.projectjj.com/osx/install-nightly.sh | sudo bash

(see Apertium_on_Mac_OS_X if you use Homebrew instead of Macports)

Windows

Prerequisites:

In the Ubuntu for Windows terminal:

wget https://apertium.projectjj.com/apt/install-nightly.sh -O - | sudo bash

sudo apt-get -f install apertium-all-dev

If that doesn't work for you, use the Virtualbox

See also