Translating lanshark into your language

If you'd like to translate lanshark into your language please visit the translations page in launchpad.

Getting the latest lanshark code

If you'd like to get involved in the development of lanshark you can get the most recent development version using git. The url to my repository is http://29a.ch/git/lanshark.git.

So the command to get the latest version is:

$ git clone http://29a.ch/git/lanshark.git lanshark

To build the documentation use the following commands:

$ cd lanshark
$ make -C doc

The next step is to read the HACKING file and take a look at the launchpad project site.