Skip to content
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

Can not install wiring pi while using macOS #83

Open
adipascu opened this issue Sep 30, 2017 · 3 comments
Open

Can not install wiring pi while using macOS #83

adipascu opened this issue Sep 30, 2017 · 3 comments

Comments

@adipascu
Copy link

When adding it from npm I get the Making libWiringPi ... failed..
I would be useful to have a warning thrown instead of a crash when installing the package on a non-supported platform.

@michaeljanich
Copy link

WiringPi is not for MacOSX - macs have no IO pins, so it would be useless.

This project is Raspberry Pi only.

@davidhq
Copy link

davidhq commented Jul 6, 2018

Yes but one can develop RPi code on macOS, right?

It would be mandatory that the package installs on any platform even if it won't be used at runtime.

Without this WiringPi-Node is rather useless :/

@esolliday
Copy link

esolliday commented Jul 11, 2018

I am in a similar situation...I have setup a cross-compile environment, building applications for the RasPi on the MAC. I would like the wiringPi library to live on the build host (the MAC), but after I install from GIT and start to build the library, the build script generates several errors which I have not yet been able to work around. Have been so far unsuccessful building the libraries...unless there is another approach to setting up the cross compile environment. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants