Page 1 of 1

Getting new mana source client 0.6.0 on ubuntu

Posted: 26 Mar 2012, 21:09
by shygorgon
Hey all, I'm trying to get the new manasource client 0.6.0 on ubuntgu 11.10 and I am having trouble. Does anyone know how to do this? If possible, I'd prefer to do this through the terminal, but any way to get it would help. Thanks.

Bobisha

Re: Getting new mana source client 0.6.0 on ubuntu

Posted: 27 Mar 2012, 01:51
by o11c
The general solution would be: install the build deps (
sudo apt-get build-dep mana
will probably work if that release has the 0.5 client; else try
sudo apt-get build-dep tmw
); download the tarball or from git and do:
cmake .; make; sudo make install

More complicated methods would involve rebuilding the proper source package for your release.

Re: Getting new mana source client 0.6.0 on ubuntu

Posted: 29 Mar 2012, 04:45
by Ablu
I would suggest you to install the client using the ppa. That will make it easier keeping up-to-date.
Information about the PPA can be found here: http://doc.manasource.org/client_installation

When installing from source see: http://doc.manasource.org/compile_mana_from_source

Best regards
Ablu

Re: Getting new mana source client 0.6.0 on ubuntu

Posted: 02 Apr 2012, 20:50
by shygorgon
Thanks. That worked great. Good stuff.

Bobisha