0

I already extracted the file and when I drag the file to the terminal this is the directory I get " '/home/ali/Downloads/Stencyl-2.1.0 ". Now can someone give me exact instructions for this directory for exactly installing the program.

Thanks in advance

2 Answers2

2

Please refrain from using downloads when the software you want can be installed with Ubuntu Software Center using a normal debian installer.

This will install Stencyl 2.1.0 (and yes you can install the 12.04 version in 12.10)

sudo add-apt-repository ppa:upubuntu-com/games
sudo apt-get update
sudo apt-get install stencyl

enter image description here

This might be required as a post install edit though: http://community.stencyl.com/index.php/topic,10164.msg65559.html#msg65559

Rinzwind
  • 309,379
-1

first check the install or readme file, may be the procedure slightly differs...

but generally :

once in your folder with the terminal

sudo ./configure
sudo make install 
riimzzai
  • 1,128