en:gentoo
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:gentoo [2010/09/08 09:22] – created zet | en:gentoo [2019/02/25 15:47] (current) – kukuruzo | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Psi+ on Gentoo Linux ====== | ||
+ | |||
+ | |||
+ | ===== Introduction ===== | ||
+ | |||
+ | To install Psi+ just enable " | ||
+ | |||
+ | **NOTICE:** You can install from either «rion» overlay or from the portage. «rion» overlay is recommended. | ||
+ | |||
+ | |||
+ | |||
+ | ===== Enabling USE flags ===== | ||
+ | |||
+ | For more comfortable work you may enable several use flags: | ||
+ | |||
+ | < | ||
+ | echo " | ||
+ | </ | ||
+ | |||
+ | Some of them probably enabled by default. | ||
+ | |||
+ | |||
+ | |||
+ | ===== Unmasking ===== | ||
+ | |||
+ | After adding overlay you should unmask qca and qca plugins (its not obligatory, but since Psi+ is live we may miss some major changes): | ||
+ | |||
+ | < | ||
+ | echo " | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | ===== Installing ===== | ||
+ | |||
+ | And the final step is as usually emerge :-) | ||
+ | |||
+ | < | ||
+ | emerge net-im/psi | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | ===== Plugins ===== | ||
+ | |||
+ | For most of plugins you will need something like... | ||
+ | |||
+ | < | ||
+ | echo " | ||
+ | emerge net-im/ | ||
+ | </ | ||
+ | |||
+ | Try this right now ;) | ||
+ | |||
+ | See output of eix -c net-im/psi- for more plugins. | ||
+ | |||
+ | If something went wrong, you can try to install everything from " | ||
+ | |||
+ | |||
+ | |||
+ | Enjoy ;-) | ||
+ | |||
+ | |||
+ | |||