My PPA launched
Thursday 12 March 2009 at 12:18 am.Today I finally uploaded the first packages to my PPA. There you can download now the 1.5 release of irrlicht as a debian package. I will explain how.
First you have to add my repostiory to your /etc/apt/sources.lst . Of course you can replase "jaunty" with whatever version you use.
deb http://ppa.launchpad.net/kai-mast/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/kai-mast/ppa/ubuntu jaunty main
You need to get my OpenPGP key
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 52D7BB39C8996CBE9F340BD6956C72FCC552A2DC
Then you just do the usual stuff
sudo apt-get update
sudo apt-get upgrade
Finally its possible to install irrlicht
sudo apt-get install libirrlicht1.5
And also other additional packages if you want to
sudo apt-get install libirrlicht1.5-dev libirrlicht1.5-dbg libirrlicht1.5-doc
No comments
