Testing Manasource nightlies - 1.0 is approaching
Posted: 02 Mar 2010, 19:01
http://manasource.org/
The 1.0 release of the Manasource project is approaching. The tech devs for the open source MMO platform we're using to realize the game known as TMW in all of its forms (we are not the only project out there to use Manasource as their platform) would like to have some feedback from a wider userbase than just active developers and a few helpful souls.
Go grab the latest nightlies and report your findings here. All discussion about the nightlies is encouraged here.
http://manasource.org/downloads
What is better? What is worse? Problems? Bugs? Crashes? Annoyances? What could be improved? Anything?
For users of Ubuntu (you do not have to install it to run it and this is just one way to do it):
Have fun and please report back.
The 1.0 release of the Manasource project is approaching. The tech devs for the open source MMO platform we're using to realize the game known as TMW in all of its forms (we are not the only project out there to use Manasource as their platform) would like to have some feedback from a wider userbase than just active developers and a few helpful souls.
Go grab the latest nightlies and report your findings here. All discussion about the nightlies is encouraged here.
http://manasource.org/downloads
What is better? What is worse? Problems? Bugs? Crashes? Annoyances? What could be improved? Anything?
For users of Ubuntu (you do not have to install it to run it and this is just one way to do it):
Code: Select all
Getting dependencies and essential software:
sudo aptitude install build-essential
sudo aptitude build-dep tmw
sudo aptitude install libenet-dev libsdl-gfx1.2-dev git-core libtool autoconf
Getting the source, compiling and running:
git clone git://gitorious.org/mana/mana.git directory_where_you_want_it
cd directory_where_you_want_it
autoreconf -i
./configure
make
./src/mana
If you want to update to latest:
cd directory_where_you_want_it
make distclean
git pull
autoreconf -i
./configure
make
./src/mana
If you have trouble with this:
GO TO UBUNTU FORUMS FOR SUPPORT.
http://ubuntuforums.org/
Alternatively:
sudo aptitude install wine
wine name_of_nightly_installer.exe
It should appear in your programs menu under the Wine entry.