README 803 B

123456789101112131415161718
  1. Building Claws Mail with JHBuild
  2. --------------------------------
  3. Claws Mail can be built with JHBuild. This way, it's easy to do
  4. sandboxed builds, for example in order to try out different versions
  5. of low-level dependencies like gtk+ or glib without messing up a production
  6. system. It's also useful to build older dependencies that are otherwise hard
  7. to get on a more recent distribution.
  8. In order to use JHBuild for building Claws Mail, first, JHBuild itself
  9. must be built and installed, see
  10. https://developer.gnome.org/jhbuild/stable/getting-started.html
  11. JHBuild needs a configuration file, either as ~/.jhbuildrc or given with the
  12. parameter -f on the command line. You can use the file
  13. sample.jhbuildrc-claws-mail as a starting point, but you'll have to modify
  14. it to suit your local environment.