File: GIT-Access

package info (click to toggle)
atheme-services 7.2.9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,992 kB
  • sloc: ansic: 93,230; sh: 7,440; php: 5,032; perl: 3,327; makefile: 1,261; sed: 16; ruby: 15; python: 3
file content (15 lines) | stat: -rw-r--r-- 633 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The Atheme GIT repository can be checked out using the following command:
	$ git clone https://github.com/atheme/atheme.git atheme-devel
	$ cd atheme-devel

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

Atheme's GIT repository depot can be browsed over the internet at 
the following address:
	https://github.com/atheme/atheme/