Download

Verlihub core

Source

You can get VerliHub source from tar.bz2 file and compile it. Last version is 0.9.8e-r2

Gentoo

Before compiling Verlihub from Portage you must add the ebuilds from Layman or Subversion; for more information please follow this guide.

From shell just type:

emerge net-p2p/verlihub

Portage will install all depends needed.

If you have updated verlihub you need to recompile all installed plugins.

Plugins

Add more features to Verlihub using plugins

LUA API

Lua 1.8.1

Before compiling Lua plugin you have to install Lua library. You can do that by using your system package manager or downloading and compiling it manually from http://www.lua.org/ftp/. Check out this thread aswell, you might be very interested: http://forums.verlihub-project.org/viewtopic.php?f=26&t=4244.

Lua 5.1.x library

For Gentoo user

emerge net-libs/lua

For Debian user

sudo apt-get install lua51

Lua 5.0.x library

For Gentoo user, Lua 5.0.x is no longer available in Portage but you can download it from http://www.lua.org/ftp/.

For Debian user

sudo apt-get install lua50

If you have upgraded your Lua library, you must recompile the plugin itself in order for changes to take effect.

Forbid 1.3

From Gentoo use

emerge net-libs/forbid

From Debian

sudo apt-get install forbid

Chatroom 1.1

From Gentoo use

emerge net-libs/chatroom

From Debian

sudo apt-get install chatroom

IPLog 1.1

From Gentoo use

emerge net-libs/iplog

From Debian

sudo apt-get install iplog

Python API 1.1

From Gentoo use

emerge net-libs/python

From Debian

sudo apt-get install python

Replacer 1.1

From Gentoo use

emerge net-libs/replacer

From Debian

sudo apt-get install replacer

ISP 1.1

From Gentoo use

emerge net-libs/isp

From Debian

sudo apt-get install isp

Messenger 1.2

From Gentoo use

emerge net-libs/messanger

From Debian

sudo apt-get install messanger

Stats 1.1

From Gentoo use

emerge net-libs/stats

From Debian

sudo apt-get install stats

CVS (deprecated)

Verlihub and plugins source are available on CVS (Concurrent Versions System) from SF.net site; to download it use

cvs -d:pserver:anonymous@verlihub.cvs.sourceforge.net:/cvsroot/verlihub login
cvs -z3 -d:pserver:anonymous@verlihub.cvs.sourceforge.net:/cvsroot/verlihub co -P modulename

where modulename is verlihub, chatroom, iplog, etc.

To download older version:

 cvs -z1 -d:pserver:anonymous@verlihub.cvs.sf.net:/cvsroot/verlihub checkout -D 2005-02-13 verlihub 

For Quick update use:

cvs update make

Otherwise for full update type:

cvs update -C -d ./configure make