Difference between revisions of "Prerequisites for Gentoo"
Jump to navigation
Jump to search
(Created page with "This page ''should'' show how to install the standard dependencies of apertium (and related packages) on Gentoo-based operating systems. If you're running Gentoo, please fil...") |
m |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
This page |
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: |
|||
If you're running Gentoo, please fill in this page, following the example of [[Prerequisites_for_Debian]]. |
|||
<pre> |
|||
sudo cave resolve subversion gcc pkg-config gawk ligxml2 libxslt flex automake libtool libpcre libiconv zlib -x |
|||
</pre> |
|||
Use flag cxx is required to be on for gcc and libpcre. |
|||
If you need [[Vislcg3#Installing_VISL_CG3|vislcg3/cg-proc/cg-comp]] (Constraint Grammar), you should also do: |
|||
<pre> |
|||
sudo cave resolve boost google-perftools icu cmake -x |
|||
</pre> |
|||
The apertium ebuilds are in https://github.com/flammie/flammie-overlay you can install everything from that |
|||
<pre> |
|||
sudo cave resolve -x repository/flammie |
|||
sudo cave resolve -x apertium lttoolbox apertium-lex-tools hfst |
|||
</pre> |
|||
==External links== |
==External links== |
||
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/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 |
* 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: |
|||
* https://github.com/flammie/flammie-overlay/blob/master/sci-misc/lttoolbox/lttoolbox-3.3.2.ebuild |
|||
* https://github.com/flammie/flammie-overlay/blob/master/sci-misc/apertium/apertium-3.4.0.ebuild |
|||
[[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: