[dmott@localhost dv300f_1910]$ sudo make
Package libmicrohttpd was not found in the pkg-config search path.
Perhaps you should add the directory containing `libmicrohttpd.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libmicrohttpd' found
mkdir -p obj
gcc -Wall -W -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wno-unused -Wstrict-prototypes -Wnested-externs -g -I. -c main.c -o obj/main.o
main.c:13:24: fatal eror: microhttpd.h: No such file or directory
#include <microhttpd.h>
^
compilation terminated.
make: *** [obj/main.o] Error 1
I'm trying to get some software installed on Fedora Linux for my Samsung DV300F. When I got to the make command, it spurted out some errors on me. Any ideas on how to fix this problem?