in reply to Contemplating a documentation series for my Raspberry Pi work
One thing I noticed was the number of dependencies for installing all the prerequisite modules for installing the RPi-WiringPi module.
Warning: prerequisite GPSD::Parse 1.01 not found. Warning: prerequisite RPi::ADC::ADS 1.01 not found. Warning: prerequisite RPi::ADC::MCP3008 2.3604 not found. Warning: prerequisite RPi::BMP180 2.3604 not found. Warning: prerequisite RPi::DAC::MCP4922 2.3605 not found. Warning: prerequisite RPi::DHT11 1.03 not found. Warning: prerequisite RPi::DigiPot::MCP4XXXX 2.3604 not found. Warning: prerequisite RPi::I2C 2.3604 not found. Warning: prerequisite RPi::LCD 2.3603 not found. Warning: prerequisite RPi::Pin 2.3603 not found. Warning: prerequisite RPi::SPI 2.3607 not found. Warning: prerequisite RPi::Serial 2.3602 not found. Warning: prerequisite RPi::WiringPi::Constant 1 not found. Warning: prerequisite WiringPi::API 2.3613 not found. Generating a Unix-style Makefile
Additionally cpan didn't want to install automatically. When I try "cpan install RPi-WiringPi" it returns without finding the module. You need to use "cpan install RPi::WiringPi", and even then a bunch of errors are generated in the cpan tests regarding an unknown error in installing WiringPi::API . It would be nice if you made a Bundle:RPi or something similar.
I finally read that you need to install WiringPi C lib first, before installing WiringPi::API. Then I also needed to manually install RPi-Pin-2.3603. Other than those glitches, it all installed fine.
My next project is driving a 64x32 led display. :-)
I think you ought to look for a publisher.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Contemplating a documentation series for my Raspberry Pi work
by stevieb (Canon) on Jul 04, 2017 at 13:40 UTC | |
by marto (Cardinal) on Jul 04, 2017 at 13:55 UTC | |
by stevieb (Canon) on Jul 04, 2017 at 14:01 UTC | |
Re^2: Contemplating a documentation series for my Raspberry Pi work
by marto (Cardinal) on Jul 04, 2017 at 13:47 UTC | |
Re^2: Contemplating a documentation series for my Raspberry Pi work
by stevieb (Canon) on Jul 06, 2017 at 00:09 UTC |