Getting new mana source client 0.6.0 on ubuntu

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
shygorgon
Novice
Novice
Posts: 59
Joined: 26 Jan 2012, 17:11

Getting new mana source client 0.6.0 on ubuntu

Post 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
User avatar
o11c
Grand Knight
Grand Knight
Posts: 2262
Joined: 20 Feb 2011, 21:09
Location: ^ ^

Re: Getting new mana source client 0.6.0 on ubuntu

Post 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.
Former programmer for the TMWA server.
Ablu
Manasource
Manasource
Posts: 288
Joined: 23 Jul 2011, 08:31
Location: Germany

Re: Getting new mana source client 0.6.0 on ubuntu

Post 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
shygorgon
Novice
Novice
Posts: 59
Joined: 26 Jan 2012, 17:11

Re: Getting new mana source client 0.6.0 on ubuntu

Post by shygorgon »

Thanks. That worked great. Good stuff.

Bobisha
Post Reply