Re: [FAQ] Ryzom in Linux (Reloaded)
Posted: Sun Sep 16, 2007 2:03 pm
Hi there !
I'm developping a new Klients-like software which is written in C++ and using wxWidgets framework.
Project is hosted on Sourceforge :
http://sourceforge.net/projects/wxmtpchat/
The Subversion (SVN) address is :
You can browse the SVN repository :
http://wxmtpchat.svn.sourceforge.net/viewvc/wxmtpchat/
Now for binaries (but not the last version).
http://sourceforge.net/project/showfile ... _id=199348
Under Linux, you need to compile yourself with :
You could report bugs and suggest new functionnalities for the project :
http://sourceforge.net/projects/wxmtpchat/
To configure servers, you have to click on "Servers" => "Manage servers" and you will see this window :
http://img102.imageshack.us/img102/341/capturefp9.png
You must change "Address" to "chat.ryzom.com" and put the corresponding port for your serveur (6002 for Aniro for example).
After adding the server, you have to configure your account(s), double-click on the desired server in the top list and the server does appear in the bottom list, clic on the server and change "Name", "Login" and "Password". You also can check a connection to auto-connect
Now, you have to validate and restart wxMtpChat.
Some features are still missing but main chat and tells are working
I'm developping a new Klients-like software which is written in C++ and using wxWidgets framework.
Project is hosted on Sourceforge :
http://sourceforge.net/projects/wxmtpchat/
The Subversion (SVN) address is :
Code: Select all
https://wxmtpchat.svn.sourceforge.net/svnroot/wxmtpchat/trunk
http://wxmtpchat.svn.sourceforge.net/viewvc/wxmtpchat/
Now for binaries (but not the last version).
http://sourceforge.net/project/showfile ... _id=199348
Under Linux, you need to compile yourself with :
Code: Select all
svn co https://wxmtpchat.svn.sourceforge.net/svnroot/wxmtpchat/trunk wxmtpchat
cd wxmtpchat
chmod +x update
./update
http://sourceforge.net/projects/wxmtpchat/
To configure servers, you have to click on "Servers" => "Manage servers" and you will see this window :
http://img102.imageshack.us/img102/341/capturefp9.png
You must change "Address" to "chat.ryzom.com" and put the corresponding port for your serveur (6002 for Aniro for example).
After adding the server, you have to configure your account(s), double-click on the desired server in the top list and the server does appear in the bottom list, clic on the server and change "Name", "Login" and "Password". You also can check a connection to auto-connect
Now, you have to validate and restart wxMtpChat.
Some features are still missing but main chat and tells are working