BUILD 584 B

123456789101112131415161718192021222324
  1. NECESSARY SOFTWARE:
  2. You will need to fetch the Graph Template Library (GTL) from:
  3. http://www.fmi.uni-passau.de/Graphlet/GTL/
  4. and extract it into the "gtl" directory.
  5. You will need to fetch the CmdLine C++ Library from:
  6. http://www.enteract.com/~bradapp/ftp/src/libs/C++/CmdLine.html
  7. and extract it into the "cmdline" directory.
  8. You will also likely need GNU make and gcc-2.8.1 or higher to build.
  9. BUILDING THE SOFTARE:
  10. configure
  11. make
  12. The build process installs the binaries into the "bin" directory. Please
  13. read the README files in "doc" to see how to use the programs.