BASHARE
(C) 2009 Guido Iodice <guido.iodice@gmail.com>

Install from source code
========================

Prerequisites: Gambas compiler, gettext

Compile with consuete:

./configure
make
make install

In order to have BaShare translated in you language, you need GNU gettext. I.e. in Debian and Ubuntu do (as root):

	apt-get install gettext


Miniupnp:

This program is necessary to use upnp, so BaShare can open ports needed to do its work.
Miniupnp source code is in miniupnpc-1.3 directory


Gambas Project
==============

The directory named "BaShare" under source root is a Gambas Project. You can open it with Gambas IDE.
First, you must compile language file to have BaShare translated; from source root:

	./compiletranslations.py

 




