grantHarris / raspberrypi-e131-led

Accepts multiple E1.31 universes for mapping on to a single LED string connected to a raspberry pi
MIT License
2 stars 2 forks source link

Cannot build on RPI3 #2

Open adrian62 opened 4 years ago

adrian62 commented 4 years ago

I wanted to try your software but I have trouble building it on a RPI3 because it has a dependency on library boost/log, and the RPI runs out of memory when building that library. There are some boost libraries available as Debian packages for raspbian but not log. How did you get the boost log library on the PI? Did you find binaries somewhere or...? I dread having to set up a toolchain just to try this.

thanks

slipx06 commented 4 years ago

Try this

dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
mkswap /var/swap.img
swapon /var/swap.img