Intro| Features| Screenshots| Documentation| Contacts| Links| SourceForge page
fr en
2004 June 11 :
Web site re-opening !
2004 December 5 :
New candidate release planned for 2005 January
2004 Decembre 5 :
Add installation and basic usage documentation

.:: vNET informations ::.

vNET : Documentations : Installation sous Unix

vNET installation under Unix is really classical, but there are some dependancies, you can find the list below :

Dependancies

Don't worry, you should not have to install all those deps since most distributions comes with those libraries installed. The only things you probably don't have are Ogre and CEGUI.

Getting vNET

You must download download the last version. You should have the choice for each version to download

If your are using Linux Gentoo you can also download an ebuild and insert it in your portage tree.

Compiling and installing

Ok so now, you must have our project, it's time to uncompress, untar, configure, compile or directly install according to your distribution. If you're using precompiled package, it depends on your distribution, please refer to their documentation to install. If you're compilaing from scratch, the methods is the following :

cyrille@localhost % tar xvjf vnet-1.0.tar.bz2
cyrille@localhost % cd vnet-1.0
cyrille@localhost % ./configure
[...]

vNET config summary
===================

vNET version               : 0.6.0
target os                  : i686-pc-linux-gnu
modules                    : client probe
probe modules              : scriptengine

common libs
~~~~~~~~~~
libxml (>= 2.4.0)          : found
log4cpp                    : found
zlib                       : found
OpenSSL                    : found

client libs
~~~~~~~~~~
OpenGL                     : found
SDL (>= 1.2.0)             : found
SDL_image                  : found
SDL_audio                  : found

probe libs
~~~~~~~~~
libnet                     : found
libpcap                    : found

scriptengine libs
~~~~~~~~~~~~~~~~
perl                       : found
libperl                    : found

cyrille@localhost % make && make install
[...]
cyrille@localhost %
Then if you did not encounter any error (wwhoowhhoo) you have finished vNET installation. You can now go the Usage documentation in the previous section.

"Where there's a will, there's a way."