cmogstored.git  about / heads / tags
alternative mogstored implementation for MogileFS
blob 8a666636c8bf377feec6258add80854169ef5dc6 1049 bytes (raw)
$ git show v0.1.0:HACKING	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
Bootstrapping from the git repo requires GNU autotools, Gnulib and
Ragel.  You will need "autoreconf", "gnulib-tool" and "ragel" in your
$PATH.  Some of the tests require "ruby" (1.8.7-p299 or later).
GNU make ("gmake" on non-GNU systems) is not required for normal user
builds and installation, but highly recommended for hackers.

* autoconf - https://www.gnu.org/software/autoconf/
* automake - https://www.gnu.org/software/automake/
* Gnulib - https://www.gnu.org/software/gnulib/
* Ragel - http://www.comp-lang.org/ragel/ (parser)
* GNU make - https://www.gnu.org/software/make/
* ruby - http://www.ruby-lang.org/
* git - http://www.git-scm.com/

$ git clone git://bogomips.org/cmogstored
$ cd cmogstored && ./autogen.sh

Generally, the versions of these tools bundled with the latest
stable release of Debian GNU/Linux will work.

For Gnulib, we will use the latest git checkouts from:
	git://git.savannah.gnu.org/gnulib.git

Hack away!

Email patches (git format-patch + git send-email) and pull requests to
Eric Wong <normalperson@yhbt.net>

git clone https://yhbt.net/cmogstored.git