Skip to content

Latest commit

 

History

History

src

igraph/src

Updating the C sources

  1. Check out and update the cigraph submodule to the desired version.

    git submodule init
    git submodule update
    # git submodule magic
  2. Clean the src/ directory:

    make -f Makefile-cigraph clean
  3. Update the src/ directory:

    make -f Makefile-cigraph

    Note that this may change files generated by flex and bison, and configure scripts, depending on the version of those tools.

  4. Commit and push

  5. Optional: Clean submodule

    git submodule deinit --all