This page is out of date

You've reached a page on the Ren'Py wiki. Due to massive spam, the wiki hasn't been updated in over 5 years, and much of the information here is very out of date. We've kept it because some of it is of historic interest, but all the information relevant to modern versions of Ren'Py has been moved elsewhere.

Some places to look are:

Please do not create new links to this page.


Installing Ren`Py on Gentoo Linux

Install layman and follow post-installation instructions:

# emerge -n layman

Add (or sync if added already) experimental "sunrise" overlay:

# layman -a sunrise || layman -s sunrise

If you are not ~arch user, add proper ~arch keyword:

# echo "dev-games/renpy" >> /etc/portage/package.keywords \
 || echo "dev-games/renpy" >> /etc/portage/package.keywords/renpy
# echo "dev-games/renpy-modules" >> /etc/portage/package.keywords \
 || echo "dev-games/renpy-modules" >> /etc/portage/package.keywords/renpy

Optionaly, you can omit installing some parts of the renpy package by disabling USE flags.
You can safely disable development, doc and examples USE flags if you only need to play renpy games (not develop):

# echo "dev-games/renpy -development -doc -examples" >> /etc/portage/package.use

And finally install renpy:

# emerge dev-games/renpy