JHBuildNumexp

With jhbuild, early testers can easily build the full stack of numexp-core and gnumexp modules, including a couple of intermediate dependencies.

  1. Install and configure jhbuild
  2. Modify the variables modules and moduleset in ~/.jhbuildrc to include the moduleset file from the following url: https://numexp.org/svn/numexp.modules

Example:

# 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.

 
jhbuildnumexp.txt · Last modified: 2007/11/08 20:04 by ambs
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki