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; 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.

GIT

Verlihub source are available on GIT from SF.net site; if you want to get a copy of the existing Git repository the command you need is git clone:

git clone git://verlihub.git.sourceforge.net/gitroot/verlihub/verlihub

That creates a directory named “verlihub”, initializes a .git directory inside it, pulls down all the data for that repository. If you want to clone the repository into a directory named something other than 'verlihub', you can specify that as the next command-line option:

git clone git://verlihub.git.sourceforge.net/gitroot/verlihub/verlihub mydir

Plugins

Add more features to Verlihub using plugins

Lua 1.8.1 API

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 lua5.1

Forbid 1.3

From Gentoo use

emerge net-libs/forbid

Chatroom 1.1

From Gentoo use

emerge net-libs/chatroom

IPLog 1.1

From Gentoo use

emerge net-libs/iplog

Python API 1.1

From Gentoo use

emerge net-libs/python

Replacer 1.1

From Gentoo use

emerge net-libs/replacer

ISP 1.1

From Gentoo use

emerge net-libs/isp

Messenger 1.2

From Gentoo use

emerge net-libs/messanger

Stats 1.1

From Gentoo use

emerge net-libs/stats