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