Re: [Rcpp-devel] Rcpp - libtorrent

2019-02-11 Thread Ralf Stubner
On 11.02.19 10:29, Morgan Morgan wrote: > I use ubuntu and windows. But the idea would be to make the package > available to all users including Mac OS. I would start with Ubuntu, since there it should be sufficient to use sudo apt-get install libtorrent-dev together with PKG_LDFLAGS=-ltorrent

Re: [Rcpp-devel] Rcpp - libtorrent

2019-02-11 Thread Morgan Morgan
I use ubuntu and windows. But the idea would be to make the package available to all users including Mac OS. On Mon, 11 Feb 2019 09:20 Ralf Stubner On 11.02.19 10:09, Morgan Morgan wrote: > > In order to create a prototype would i need to build the libtorrent > > library? Or would including the

Re: [Rcpp-devel] Rcpp - libtorrent

2019-02-11 Thread Ralf Stubner
On 11.02.19 10:09, Morgan Morgan wrote: > In order to create a prototype would i need to  build the libtorrent > library? Or would including the source file in the package be enough? Which OS do you use? With Linux it is easiest to install the library (plus headers!) via the package manager. On Ma

Re: [Rcpp-devel] Rcpp - libtorrent

2019-02-11 Thread Morgan Morgan
Hi Thank you for your replies. In order to create a prototype would i need to build the libtorrent library? Or would including the source file in the package be enough? I have used Rcpp and the.c(), .call() function before but i have never tried to "wrap" such a large librairy. If you have any