Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make python-igraph easy_installable at least on Linux and Mac OS X #2

Closed
gaborcsardi opened this issue Jan 14, 2015 · 0 comments
Closed
Assignees

Comments

@gaborcsardi
Copy link
Contributor

From @gaborcsardi on May 4, 2013 18:42

easy_install python-igraph works only when the C core library has already been compiled and installed. Most users do not bother to read the documentation and do not realize that the C core has to be compiled beforehand.

The setup script should do at least the following before trying to build igraph:

  • Check whether the library and the include files are already there.
  • If they are not, the user should be asked whether he wants to download and compile it or whether he wants to specify an alternate location where these files are to be found.

Imported from Launchpad using lp2gh.

Copied from original issue: igraph/igraph#83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants