
12 Oct
2006
12 Oct
'06
6:33 a.m.
Serge D. Mechveliani wrote:
Please, who knows how to find (install) docs in ghc-6.6 ?
I install ghc-6.6 from source to ~/ghc/6.6/ghc-6.6/inst by ./configure --prefix=/home/mechvel/ghc/6.6/inst make make install
The installed system seems to work. Then, I apply the WWW brouser to see the documentation. It shows at ~/ghc/6.6/ghc-6.6/docs/ the files index.html, users_guide/ and such, but I cannot see the docs further because of that " ~/ghc/6.6/ghc-6.6/docs/users_guide/index.html cannot be found ".
How to install it, please?
Try 'make install-docs'. Cheers, Simon