Skip to content

Instantly share code, notes, and snippets.

@vbkaisetsu
Last active December 20, 2015 04:19
Show Gist options
  • Save vbkaisetsu/6069638 to your computer and use it in GitHub Desktop.
Save vbkaisetsu/6069638 to your computer and use it in GitHub Desktop.
Ren'Py Build Command
To build renpy modules on Debian/Ubuntu:
$ export RENPY_DEPS_INSTALL="/usr::`find -O2 /usr/lib -name libfreetype.so 2>/dev/null | xargs dirname`"
$ export RENPY_CYTHON=cython
$ cd ./module
$ ./setup.py build
The following command install it on your system:
$ sudo ./setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment