vNET Project
.:: vNET informations ::.
vNET installation under Unix is really classical, but there are some dependancies, you can find the list below :
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.
You must download download the last version. You should have the choice for each version to download
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.