[Nauty] installing nauty

Brendan McKay bdm at cs.anu.edu.au
Wed Dec 10 22:39:02 EST 2003


* Randy Elzinga <elzinga at mast.queensu.ca> [031210 07:24]:
> Hello nauty users,
> 
> I want to install nauty on my computer, but the guidelines given in the 
> user's guide make no sense to me.
> 
> I am using windows xp version 2002, with version 2.03 of djgpp installed.
> 
> Can someone help me or point me to a web page where I can find more 
> detailed instructions than those given in the user's guide.

I don't have XP, but here is what I do on Win 98.

1.  make sure that "bash" is installed (available for djgpp).
2.  run bash.  (I just type "bash" in the run menu)
3.  cd dir    // where dir is the place you put nauty22b6.zip
4.  unzip nauty22b6.zip   // unpacks nauty into directory nauty22
       OR  
    tar zvfx nauty22b6.tar.gz   // if you downloaded that file instead
5.  cd nauty22
6.  ./configure
7.  make

Now you have nauty installed (if nothing went wrong).  For example,
let's count the 6-vertex graphs according to maximum degree.

   geng 6 | countg --D

If the current directory is not in your path you might need to use
  ./geng 6 | ./countg --D



More information about the Nauty mailing list