X-VR2 Developer documentation
From Xvr2
Contents |
[edit]
Obtaining source code
There are many ways you could help in hacking X-VR2, however the most important thing right now is to get started downloading the source tarballs, you may download them from the sourceforge project page, all listed tarballs account for the latest stable versions, anyway if you are in the need of downloading the latest sources, then you'll be neededing a subversion client to grab them, please follow this instructions.
[edit]
Library requirements
- OS: Any modern Linux distribution (a Solaris and Mac OSX port is on the way also)
- Build utilities:
g++ (GCC) >= 3.3.x Yacc (GNU Bison >= 2.x) Lex (GNU Flex)
- Required Libraries:
[edit]
X-VR2 Core
libstdc++ >= 3.3.x
[edit]
X-VR2 Util
X-VR2 Core
[edit]
X-VR2 Net
X-VR2 Core GNU TLS >= 1.2.9
[edit]
X-VR2 DB
X-VR2 Core X-VR2 Utils
[edit]
X-VR2 Platform
X-VR2 Core X-VR2 Utils
[edit]
X-VR2 Math
X-VR2 Core

