Difference between revisions of "Prerequisites for Gentoo"
Jump to navigation
Jump to search
TommiPirinen (talk | contribs) |
m |
||
Line 32: | Line 32: | ||
[[Category:Installation]] |
[[Category:Installation]] |
||
[[Category:Documentation in English]] |
Latest revision as of 15:19, 26 September 2016
This page shows how to install the standard dependencies of apertium (and related packages) on Gentoo and Gentoo-based operating systems.
Install the apertium dependencies with cave like this:
sudo cave resolve subversion gcc pkg-config gawk ligxml2 libxslt flex automake libtool libpcre libiconv zlib -x
Use flag cxx is required to be on for gcc and libpcre.
If you need vislcg3/cg-proc/cg-comp (Constraint Grammar), you should also do:
sudo cave resolve boost google-perftools icu cmake -x
The apertium ebuilds are in https://github.com/flammie/flammie-overlay you can install everything from that
sudo cave resolve -x repository/flammie sudo cave resolve -x apertium lttoolbox apertium-lex-tools hfst
External links[edit]
Main tree:
- http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild?view=markup ebuild for lttoolbox 3.2
- http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sci-misc/apertium/apertium-3.2.0.ebuild?view=markup ebuild for apertium 3.2
Flammie overlay: