alexchamberlain / piimg

A utility for working with disk images, which are designed to be flashed onto a Raspberry Pi.
Other
55 stars 11 forks source link

Issue compileing no piimg.h #5

Closed wendelit closed 12 years ago

wendelit commented 12 years ago

When i try to run make in the src folder i get: piimg.c:6:19: piimg.h file dose not exist

alexchamberlain commented 12 years ago

Have you run make in lib? Try running that first and then run make in src.

I know this isn't ideal... I'll sort it out with a top-level Makefile soon.

wendelit commented 12 years ago

There we go, Thanks!