Skip to content
David Nguyen edited this page Nov 12, 2016 · 1 revision

Required Packages

  • autotools-dev
  • autoconf
  • radiance
  • libtool
  • make
  • git
  • pkg-config
  • g++
  • libgmp-dev
  • libxml2
  • libxml2-dev

Installation

  • couldn't find igraph after running make
    • solved by copying contents of folder igraph/include into igraph, program required access to igraph.h to continue
  • LD_LIBRARY_PATH environment variable was not correctly set during install
    • SOs could not be found because they were placed in usr/local/lib during install but that directory was not in library path. Runtime error.

Use

  • Examples didn't come with yaml file, made one from the example on github
Clone this wiki locally