My favorites | Sign in
Project Logo
                
Search
for
Updated Oct 22, 2007 by jrvan3
client  

NHO Linux Client homepage

Current Version: 0.0.14

Setup instructions for NHO client version 0.0.14

This document assumes Ogre3D and Crazy Eddie's

Graphical User Interface has been succcessfully

installed on the target system.

1. Download client from: www.cs.pdx.edu/~jrvandr/NHO/ Click "Download Client" on left side of page

2. Extract to a directory on your hardrive. Or, if you want to skip step 7, extract the directory to /home//ogreProjects/ You should then have the folder nho_0.0.14 in the ogreProjects folder.

3. Replace ExampleApplication.h and ExampleFrameListener.h in the nho_0.0.14/include directory with a copy of each of them from YOUR ogrenew/Samples/Common/include directory. Not absolutely necessary but will avoid problems if you have different version of Ogre3D than the one that comes with the nho_0.0.14.tar.gz file.

4. Move nho_0.0.14/shrine5.mesh to your ogrenew/Samples/Media/models folder

5. Move nho_0.0.14/shrine5.material to your ogrenew/Samples/Media/materials/scripts folder

6. Move nho_0.0.14/nho.xml to your ogrenew/Samples/Media/gui/ folder

7. Change/confirm the paths in nho_0.0.14/src/resources.cfg to point to your ogrenew/Samples directory.

8. In the nho_0.0.14 folder do: make clean make cd src sudo ./nho

9. When the login screen appears enter the IP Address of the computer running the NHO Server(nhod). If it is the same system as NHO Client(nho), then simply enter "localhost".

10. Enter a username and password. Use one of the following unless more have been added: username: jv password: jv OR username: mg password: mg If all goes well, the 3D client will be displayed with a ninja standing in front of a shrine and two GUI boxes for chat.

Troubleshooting

1. Problem: error while loading shared libraries: libOgreMain.so.12: cannot open shared object file: no such file or directory Solution: sudo vi /etc/ld.so.conf add new line: /usr/local/lib sudo ldconfig


Sign in to add a comment
Hosted by Google Code