Future releases will not be stored at download.gnome.org/sources/.
Very old releases are not stored at github.com/libsigcplusplus/
libsigcplusplus/releases/.
@@ -30,7 +30,7 @@ Web site
- https://libsigcplusplus.github.io/libsigcplusplus/
Download location
- - https://download.gnome.org/sources/libsigc++/
+ - https://download.gnome.org/sources/libsigc++/ (until 3.6.0)
- https://github.com/libsigcplusplus/libsigcplusplus/releases/
Reference documentation
@@ -6,8 +6,8 @@ title: Documentation
## libsigc++-2.0
The documentation is not available online. You can download a tarball from
-[GitHub releases](https://github.com/libsigcplusplus/libsigcplusplus/releases/)
-or the [GNOME download site](https://download.gnome.org/sources/libsigc++/),
+[GitHub releases](https://github.com/libsigcplusplus/libsigcplusplus/releases/) (since 2.10.1)
+or the [GNOME download site](https://download.gnome.org/sources/libsigc++/) (until 2.12.1),
extract it, and view the documentation at *untracked/docs/*.
## libsigc++-3.0
+++ /dev/null
-theme: jekyll-theme-minimal
\ No newline at end of file
@@ -5,7 +5,10 @@ title: Download
## Source Packages
-The source packages are available from the [GNOME download site](http://download.gnome.org/sources/libsigc++/).
+The source packages are available from [GitHub releases](https://github.com/libsigcplusplus/libsigcplusplus/releases/)
+(since 2.10.1 and 3.0.0)
+and from the [GNOME download site](http://download.gnome.org/sources/libsigc++/)
+(until 2.12.1 and 3.6.0).
## Binary Packages
@@ -16,7 +19,7 @@ For instance, Ubuntu Linux, Debian Linux and Fedora Linux have official libsigc+
[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++ is built and tested for a standards-compliant C++ compiler.
libsigc++ version 2.5.1 and later require a C++11-compliant compiler.