blob: dd748f53b8657b6ff7af1aa06c797cf76ec81cc8 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
The ChatServices GIT repository can be checked out using the following command:
$ git clone https://bitbucket.org/chatlounge/chatservices.git chatservices
$ cd chatservices
You should then run these commands to get the source for libmowgli-2 and
the contrib modules. Even if you don't end up needing these, (you did not
enable contrib modules or you have a system-wide libmowgli installation)
you should still fetch the sources, as the build system expects them to
be present.
$ git submodule init
$ git submodule update
ChatServices's GIT repository depot can be browsed over the internet at
the following address:
https://bitbucket.org/chatlounge/chatservices.git
|