Skip to content

Commit 94d8931

Browse files
committed
doc: Mention standalone releases and tags
1 parent 9dacd07 commit 94d8931

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/main.dox

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,10 @@ The meaning of a locale under POSIX and Windows platforms is different and has v
429429

430430
\subsection standalone_version Standalone Version
431431

432-
It is possible to use Nowide library without having the huge Boost project as a dependency. There is a standalone version that has all the functionality in the \c nowide namespace instead of \c boost::nowide. The example above would look like
432+
It is possible to use the Nowide library without having the huge Boost project as a dependency.
433+
There is a standalone version that has all the functionality in the \c nowide namespace instead of \c boost::nowide.
434+
435+
The example above would look like this:
433436

434437
\code
435438
#include <nowide/args.hpp>
@@ -469,5 +472,10 @@ The upstream sources can be found at GitHub: <a href="https://github.com/boostor
469472
You can download the latest sources there:
470473

471474
- Standard Version: <a href="https://github.com/boostorg/nowide/archive/master.zip">nowide-master.zip</a>
475+
- Standalone Version: <a href="https://github.com/boostorg/nowide/archive/standalone.zip">nowide-standalone.zip</a> (automatically populated from the develop branch)
476+
477+
See the <a href="https://github.com/boostorg/nowide/releases">Releases section on GitHub</a> for Downloads of tagged releases.
478+
Both the standard (Boost) and standalone sources can be downloaded there along with the HTML documentation in a separate archive.
479+
Tags for the standalone version are prefixed with "standalone-" so they can be fetched too.
472480

473481
*/

0 commit comments

Comments
 (0)