Skip to content

Commit 552e181

Browse files
committed
Documentation: Clarify download locations
Future releases will not be stored at download.gnome.org/sources/. Very old releases are not stored at github.com/libsigcplusplus/ libsigcplusplus/releases/.
1 parent 53f6a8c commit 552e181

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Web site
3030
- https://libsigcplusplus.github.io/libsigcplusplus/
3131

3232
Download location
33-
- https://download.gnome.org/sources/libsigc++/
33+
- https://download.gnome.org/sources/libsigc++/ (until 3.6.0)
3434
- https://github.com/libsigcplusplus/libsigcplusplus/releases/
3535

3636
Reference documentation

docs/doc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ title: Documentation
66
## libsigc++-2.0
77

88
The documentation is not available online. You can download a tarball from
9-
[GitHub releases](https://github.com/libsigcplusplus/libsigcplusplus/releases/)
10-
or the [GNOME download site](https://download.gnome.org/sources/libsigc++/),
9+
[GitHub releases](https://github.com/libsigcplusplus/libsigcplusplus/releases/) (since 2.10.1)
10+
or the [GNOME download site](https://download.gnome.org/sources/libsigc++/) (until 2.12.1),
1111
extract it, and view the documentation at *untracked/docs/*.
1212

1313
## libsigc++-3.0

docs/docs/_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/download.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ title: Download
55

66
## Source Packages
77

8-
The source packages are available from the [GNOME download site](http://download.gnome.org/sources/libsigc++/).
8+
The source packages are available from [GitHub releases](https://github.com/libsigcplusplus/libsigcplusplus/releases/)
9+
(since 2.10.1 and 3.0.0)
10+
and from the [GNOME download site](http://download.gnome.org/sources/libsigc++/)
11+
(until 2.12.1 and 3.6.0).
912

1013
## Binary Packages
1114

@@ -16,7 +19,7 @@ For instance, Ubuntu Linux, Debian Linux and Fedora Linux have official libsigc+
1619

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

19-
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.
22+
libsigc++ is built and tested for a standards-compliant C++ compiler.
2023

2124
libsigc++ version 2.5.1 and later require a C++11-compliant compiler.
2225

0 commit comments

Comments
 (0)