ni-c / heimcontrol.js

Home-Automation with node.js and Raspberry PI
MIT License
1.41k stars 297 forks source link

mongodb &node need many hours for compile #61

Open selfmade01 opened 10 years ago

selfmade01 commented 10 years ago

Hello,

i try to install heimcontrol.js i installed already but the compile mongodb and node need more then 10 hours on my raspberrypi B now i have to new install all and i hope anybody can tell me if this long compile on raspberry normal or what i can do

thanks a lot for any help

Jürgen

jameswyse commented 10 years ago

There are pre-compiled node binaries available here: https://github.com/nathanjohnson320/node_arm

Don't know about mongodb as I'm running it on another server.

tjanson commented 10 years ago

Yes, it‘s normal that compilation will take hours. Mongo pi binaries can be found e.g. here.

Update: This issue is addressed by #92 / #93.