[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] building igraph in R using a local copy of the C library
From: |
Gábor Csárdi |
Subject: |
Re: [igraph] building igraph in R using a local copy of the C library |
Date: |
Sun, 13 Dec 2015 23:25:16 +0000 |
Hi,
the C igraph library is a submodule in the dev tree of the R package.
So one thing you could do is forking both repos, and point the
submodule in the forked R repo to the forked C repo.
The build process is far from trivial, unfortunately, but we can help
if you get stuck. You can start it by just issuing 'make' in the R
package repo root.
Gabor
On Fri, Dec 11, 2015 at 8:27 PM, Jason Cory Brunson <address@hidden> wrote:
> Hi,
>
> I would like to be able to build the igraph package in R using a local copy
> of the C library in a sandbox directory (i.e. not where libraries are
> installed by default), for the purpose of writing additional functions in
> the C library to call in R (python would be OK too).
>
> A friend with more programming experience tried to help me, but ran into
> trouble early on. So i wonder if there's a straightforward sequence of steps
> i should take, or if a walkthrough is posted somewhere—or if this is simply
> not something someone not fluent in C should be doing.
>
> I did not see anything in the list archives. Thanks for any help.
>
> Cory
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help