Run configure to test for the library and create the Makefile:

# ./configure

creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes

...

creating ./config.status
creating config.h
Now run make:

# make

And of course we get lots of compile errors :-)