Last active
December 20, 2015 04:19
-
-
Save vbkaisetsu/6069638 to your computer and use it in GitHub Desktop.
Ren'Py Build Command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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