Ticket #49: gunnar_7_8.13.diff

File gunnar_7_8.13.diff, 1.0 kB (added by gunnar, 3 years ago)

Additional Debian instructions

  • doc/regression.texi

    RCS file: /cvsroot/gnugo/gnugo/doc/regression.texi,v
    retrieving revision 1.9
    diff -u -r1.9 regression.texi
     
    316316the same directory as @file{regress.plx} resides in. 
    317317 
    318318At this point, you should have a working copy of the html regression views. 
     319 
     320Additional notes for Debian users: The Perl GD module can be installed 
     321by @code{apt-get install libgd-perl}. It may suffice to add this to 
     322the apache2 configuration: 
     323 
     324@example 
     325<Directory "/var/www/regression"> 
     326        Options +ExecCGI 
     327        AddHandler cgi-script .plx 
     328        RedirectMatch ^/regression$ /regression/regress.plx 
     329</Directory> 
     330@end example 
     331 
     332and then make a link from @file{/var/www/regression} to the GNU Go 
     333regression directory. The @code{RedirectMatch} statement is only 
     334needed to set up a shorter entry URL.