With jhbuild, early testers can easily build the full stack of numexp-core and gnumexp modules, including a couple of intermediate dependencies.
modules and moduleset in ~/.jhbuildrc to include the moduleset file from the following url: https://numexp.org/svn/numexp.modulesExample:
# what module set should be used? moduleset = [ 'gnome-2.18', 'https://numexp.org/svn/numexp.modules', ]
# either a list of modules to build, or 'all' to build all # modules in the set. modules = [ 'meta-gnome-devel-platform', 'meta-gnome-python', 'meta-gnome-desktop', 'gnumexp', ]
After this, a simple command jhbuild build gnumexp will build gnumexp and dependencies.