-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OS X Installation instructions unclear #90
Comments
@coke Also, you were going to try to just run |
Installing the modules went much better the next day. Ended up with these 4 deps failing to install: ==> Found dependencies: Math::GSL, Inline::C, Inline::Filters, Inline::CPP Will continue to investigate those. |
So, reinstalling Inline::C ... mysteriously worked. Down to Math::GSL, but stuck at: |
On Jun 21, 2018, at 1:06 PM, Will Coleda ***@***.***> wrote:
Installing the modules went much better the next day. Ended up with these 4 deps failing to install:
==> Found dependencies: Math::GSL, Inline::C, Inline::Filters, Inline::CPP
Will continue to investigate those.
Math::GSL requires the GSL library, but does not use Alien::GSL, so you will need to `brew install gsl` or a MacPorts equiv, until Math::GSL starts using Alien, or maybe RPerl could require Alien::GSL before Math::GSL?
—
Hope this helps,
Bruce Gray
|
gsl is installed (via macports) I'm running the gsl-config in the linked ticket. |
@Util |
@coke |
Eventually. only the GSL dep is outstanding at this point. |
@Util @coke |
Trying to get a build of RPERL on OS X.
Downloaded https://github.com/wbraswell/rperl/tarball/master off the rperl.org site.
Reading INSTALL, I see:
But when I download the installer, I don't understand the prompts; I guessed "29"; then "1" , and then I'm forced to choose an OS menu, at which point my options are Ubuntu or CentOS.
Having no OS X option, I pick 0 (Ubuntu). Tells me there's nothing to do on step 29, asks me to proceed to step 30. I pick yes, and the script exits, with no rperl in sight.
Any pointers on how to get a build going?
The text was updated successfully, but these errors were encountered: