Search Criteria
Package Details: stdman 2018.03.11-1
Git Clone URL: | https://aur.archlinux.org/stdman.git (read-only, click to copy) |
---|---|
Package Base: | stdman |
Description: | Formatted C++11/14 stdlib man pages (cppreference). |
Upstream URL: | https://github.com/jeaye/stdman |
Licenses: | |
Submitter: | zauguin |
Maintainer: | billypilgrim |
Last Packager: | akstrfn |
Votes: | 5 |
Popularity: | 0.112787 |
First Submitted: | 2015-09-15 18:27 |
Last Updated: | 2018-10-14 10:54 |
Latest Comments
mox commented on 2016-09-26 12:53
This package conflicts with gcc-multilib which also installs manpages for some parts of the stdlib.
To solve this, one might install the man pages to /usr/local/man instead of /usr/share/man, by replacing the configure line ( ./configure --prefix=/usr ) with
./configure --prefix=/usr --mandir=/usr/local/man