2006-08-15
Installing kydpdict
Installing 3rd part software that isn’t in official repository/tree in linux distributions is often problematic. Here is the guide how to install dictionary frontend – Kydpdict in gentoo:
- Log as root (su)
- Create directory /usr/local/overlays/mysiar (*or other in /usr/local)
- Download http://www.synowiec.org/mysiar-portage.sh (wget http://www.synowiec.org/mysiar-portage.sh)
- Give it right to run and run it (chmod o+x mysiar-portage.sh && ./mysiar-portage.sh)
- Add line PORTDIR_OVERLAY=”/usr/local/overlays/mysiar” to /etc/make.conf
- Sync portage tree (emerge –sync)
- Try emerge kydpdict
- If it fail saying that Manifest point file that doesn’t exist, remove that entry from Manifest and try to emerge again
- Copy dictionary files from your windows version and rename them to lowercast characters
I hope that this guide was helpful.
UPDATE:
Added step 5. (2006-09-16)