Difference between revisions of "User:Jatinluthra14/Slacko"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 35: | Line 35: | ||
=== Install dependencies needed to build Apertium === |
=== Install dependencies needed to build Apertium === |
||
slackpkg install make gcc pcre-dev libxml2-dev libxslt-dev subversion |
slackpkg install make gcc pcre-dev libxml2-dev libxslt-dev subversion \ |
||
pkg-config automake flex libtool apr apr-util neon autoconf bison gcc-g++ readline |
|||
* Upgrade Packages |
* Upgrade Packages |
||
slackpkg upgrade |
slackpkg upgrade-all |
||
=== Troubleshooting === |
|||
If any package isn't working for you, You can use ppm for it |
|||
* Type |
|||
ppm |
|||
* Search for package |
|||
* Click on Do It |
|||
=== Go on === |
=== Go on === |
Latest revision as of 18:28, 12 January 2016
This Tutorial is prepared by Jatin Luthra in Google Code-In.
Contents
Installing Apertium on Slackware[edit]
This guide is for Slackware 14.1.
Preparation[edit]
Change user to root
su
Enter password(if required).
Install Slackpkg[edit]
Open Terminal
ppm
In Puppy Package manager, Type slackpkg and AutoInstall
Configure Slackpkg[edit]
- Configure the mirrors by
nano /etc/slackpkg/mirrors and decommenting out the mirrors which are required by removing # symbol at starting of line.
- Update the gpg by using
slackpkg update gpg
- Upgrade using Slackpkg:
slackpkg update
Install dependencies needed to build Apertium[edit]
slackpkg install make gcc pcre-dev libxml2-dev libxslt-dev subversion \ pkg-config automake flex libtool apr apr-util neon autoconf bison gcc-g++ readline
- Upgrade Packages
slackpkg upgrade-all
Troubleshooting[edit]
If any package isn't working for you, You can use ppm for it
- Type
ppm
- Search for package
- Click on Do It
Go on[edit]
Then you can move on to Minimal_installation_from_SVN.