InstallUbuntu Hardy

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 2. about 4 years by tyrion-mx
  2. 1. about 4 years by sirebral
 

The dependencies

Open a Terminal:

ApplicationsTerminal (Applications >> Accessories >> Terminal

TypeTerminal) and type these commands in –in, one at a timetime, and make sure they are finished downloading and installing before attempting the next in line.line:

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install mercurial

Install wxPython by typing this command into the Terminal

sudo apt-get install python-wxgtk2.8 python-wxtools python-wxaddons sudo apt-get install mercurial

These commands will install WxPython and Mercurial on your system.

OpenRPG

Download the OpenRPG!OpenRPG Base Installer -- “OpenRPG Base” -- from herethe Files Tab. http://www.assembla.com/spaces/files/dIvWc45xer3lzlabIlDkbG

Extract the files from the download into a folder called OpenRPG

Move the folder to your Home Folder

Places >>(Places >> Home FolderFolder)

Inside the terminal type these commands commands:

cd OpenRPG!OpenRPG
python setup.py

You have now installed OpenRPG!OpenRPG into a folder called openrpg openrpg – This(this one is all small letters.letters). To run OpenRPG!OpenRPG in Ubuntu you need to move the folder OpenRPG!OpenRPG into the folder openrpg then in the terminal type this commandcommand:

python ~/openrpg/OpenRPG/OpenRPG.pyw

And OpenRPG!OpenRPG will load.

Special thanks to Carnifex for putting this together.