Difference between revisions of "Installation/Developers"
Jump to navigation
Jump to search
(Created page with "Most people working on Apertium language data and tools will want to get the binaries from Tino Didriksens nightly packages. == Debian/Ubuntu == <pre> wget https://apertium....") |
|||
Line 21: | Line 21: | ||
== Mac == |
== Mac == |
||
== Basic Installation Using Macports == |
|||
Prerequisites: |
Prerequisites: |
Revision as of 14:09, 27 November 2019
Most people working on Apertium language data and tools will want to get the binaries from Tino Didriksens nightly packages.
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
Prerequisites:
- Make sure XCode is installed
- If not, download it from http://developer.apple.com/tools/xcode/
- Be sure to include Command Line Tools (http://railsapps.github.io/xcode-command-line-tools.html is nice guide if you get stuck here)
- Make sure Macports is installed
- If not, download it from http://www.macports.org/install.php
Install dependencies with macports and then the nightly apertium packages:
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