Bulding latest DMD and associated projects from github master

Jordi Sayol g.sayol at yahoo.es
Thu Nov 22 07:04:31 PST 2012


Al 22/11/12 15:47, En/na Joseph Rushton Wakeling ha escrit:
> On 11/22/2012 03:26 PM, Jordi Sayol wrote:
>> Al 22/11/12 14:51, En/na Joseph Rushton Wakeling ha escrit:
>>> Also, am I right that there are also man-files for dmd included in the source? Might be worth including a note on how to build and install those.
>>
>> man file should be copied as follow:
>> *.1 files at /usr/share/man/man1 or /usr/local/share/man/man1
>> dmd.conf.5 files at /usr/share/man/man5 or /usr/local/share/man/man5
> 
> .... and if I want to put 'em in /opt/dmd instead of /usr/local .... ? Obviously the same dir structure, but do I need to put in place any extra notes e.g. in dmd.conf to ensure man can find them?

Add the path to your man files in MANPATH environment variable.

$ export MANPATH=$MANPATH":/opt/dmd/man"

-- 
Jordi Sayol


More information about the Digitalmars-d mailing list