Monday, December 30, 2019

software installation - How to install RenPy on Ubuntu?



This is what I've done:



cd Downloads
tar -jxvf renpy-6.99.3-sdk.tar.bz2
./configure



And the result was:



bash: ./configure: No such file or directory


The renpy-6.99.3-sdk folder contains the following folders:



doc launcher lib module renpy renpy.app templates the_question tutorial update



And the following archives:



LICENSE.txt renpy.exe renpy.py  renpy.sh  


...



I've tried this:




cd Downloads
tar -jxvf renpy-6.99.3-sdk.tar.bz2
cd renpy-6.99.3-sdk
./configure


But the result is the same.



What you have downloaded is a standalone version of renpy, not a source tarball, so no configuration or build step is required.




You can run it directly using the provided shell script i.e. by cd'ing to the renpy-6.99.3-sdk/ directory and executing ./renpy.sh


No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...