-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
47 lines (35 loc) · 1.24 KB
/
INSTALL
File metadata and controls
47 lines (35 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Dependencies
============
RemoteOIS:
- OIS: http://sourceforge.net/projects/wgois/ (version 1.3.0)
- Boost: http://boost.org (tested with versions 1.46.0 & 1.51.0)
- Websocketpp: http://github.com/zaphoyd/websocketpp/tree/0.3.0-alpha4 (tag 0.3.0-alpha4)
LibraryConfig:
- JsonCpp: http://sourceforge.net/projects/jsoncpp (version 0.5.0)
Server:
- Boost
- Websocketpp
- LibraryConfig
Codec:
- FFmpeg: http://ffmpeg.org
DesktopClient:
- Boost
- Websocketpp
- LibraryConfig
- Codec
RemoteOgreFramework:
- RemoteOIS
- Codec
- Ogre: http://ogre3d.org
ObjectBrowser:
- RemoteOgreFramework
SnS_Demo:
- RemoteOgreFramework
- Bullet: http://bulletphysics.org (version 2.82)
- CEGUI: http://cegui.org.uk/ (version 0.7.9)
- SDL: http://www.libsdl.org/ (version 1.2.15)
- SDL_mixer: http://www.libsdl.org/projects/SDL_mixer/ (version 1.2.12)
All dependencies should be built as shared/dynamic libraries (with -fPIC on UNIX gcc or /MD on Windows msvc).
Cmake
=====
Cmake may not be able to find all the libraries. For any missing libs, define the cache variable <lib>_HOME as the root of the directory (except Bullet, which uses BULLET_ROOT). SDL and SDL_mixer will be found based on the environment variables SDLDIR and SDLMIXERDIR, respectively.