summaryrefslogtreecommitdiff
path: root/docs/stable.md
blob: ff3f5ab6b48e0afc0e74478f606ceee7d8376f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Download

## Source Packages


The source packages for libsigc++ are available on the [GNOME ftp site](http://ftp.gnome.org/pub/GNOME/sources/libsigc++/)
and via the [GNOME download site](http://download.gnome.org/sources/libsigc++/).


## Binary Packages

Whenever possible, you should use the official binary packages approved by the supplier of your operating system, such as your Linux distribution.
For instance, Ubuntu Linux, Debian Linux and Fedora Linux have official libsigc++ packages.

## Requirements

[pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config/) should be used to build software that depends on libsigc++.


libsigc++ is built and tested for a standards-compliant C++ compiler. Luckily, the recent versions of all major C++ compilers are now sufficiently standards-compliant.
libsigc++ version 2.5.1 and later require a C++11-compliant compiler.