An open API service indexing awesome lists of open source software.

https://github.com/igraph/igraph-example

Example projects that demonstrate the usage of igraph
https://github.com/igraph/igraph-example

Last synced: about 1 year ago
JSON representation

Example projects that demonstrate the usage of igraph

Awesome Lists containing this project

README

          

This repository contains example projects that illustrate several methods of linking to igraph:

- `cmake-project`: CMake project, using an existing igraph installation
- `cmake-project-2`: CMake project, using igraph as a submodule
- `basic-project`: Link to igraph manually

It is recommended to use CMake for your own project. CMake handles linking to igraph automatically and in a platform-independent manner.