ciaranm / glasgow-subgraph-solver

A solver for subgraph isomorphism problems, based upon a series of papers by subsets of McCreesh, Prosser, and Trimble.
MIT License
69 stars 23 forks source link

Update README.md to list necessary boost libraries #2

Open jdmoorman opened 4 years ago

jdmoorman commented 4 years ago

This PR elaborates (in the README) on which boost libraries to install prior to installing glasgow.

Resolves #3

I'm installing on ubuntu. macos might need some additional libraries.

Looks like the travis tests just install all boost libraries, so maybe it'd be better to suggest installing all boost libraries.