2 If you find any bugs or have any suggestions use the OpenNeL Issue Tracker:
\r
3 <URL:http://www.opennel.org/jira/secure/Dashboard.jspa>
\r
5 If you need any help contact us on the OpenNeL Forums:
\r
6 <URL:http://www.opennel.org/jforum/forums/list.page>
\r
12 Snowballs need the folowing libraries :
\r
14 - NeL <URL:http://www.opennel.org/>
\r
15 Default install plus NeL Sound.
\r
16 You need to launch the configure script with the '--enable-sound'
\r
18 - NeLNS <URL:http://www.opennel.org/>
\r
19 This is mandatory to run the Snowballs server but it isn't for
\r
20 the Snowballs client.
\r
22 And the lastest Snowballs data pack available :
\r
24 <URL:http://www.opennel.org/>
\r
30 1. Windows compilation
\r
31 ----------------------
\r
33 Visit the following urls for the most recent information:
\r
35 http://www.opennel.org/confluence/display/NEL/NeLRequiredLibrariesWindows
\r
36 http://www.opennel.org/confluence/display/NEL/CompilingNelWindows
\r
37 http://www.opennel.org/confluence/display/NEL/NeLSetupQuickStart
\r
40 2. GNU/Linux compilation
\r
41 ------------------------
\r
43 In the case (ex: after a cvs checkout) that you need to rebuild the
\r
44 "configure" script and/or the "Makefile.in" files, execute the
\r
45 "bootstrap" script in the swnoballs directory :
\r
49 In the snowballs directory do :
\r
51 % ./configure --with-stlport=<Path_to_the_stlport_install_directory>
\r
55 The "configure" script must be call with the "--with-stlport" option.
\r
56 This option permit to override the default STL headers.
\r
58 To disable the client or the server compilation and install, use
\r
59 '--disable-client' and '--disable-server' options.
\r
61 To pass additional arguments to the C++ compiler, use the command line :
\r
63 % CXXFLAGS=-pipe ./configure --with-stlport=<STLPort_headers_path>
\r
65 To get the complete list of arguments of the "configure" script use the
\r
68 % ./configure --help
\r
74 1. Windows installation
\r
75 -----------------------
\r
80 2. GNU/Linux installation
\r
81 --------------------------
\r