Hi:
Thanks for making this library. It worked "right out of the box" for me. To use it with my blogging from email software syndicateme and libspopc I added an install target to the makefile in /mime:
LIB_OBJECTS=decode.o parser.o multipart.o header.o
install: ${LIB_OBJECTS} ar rcs libmimedecode.a ${LIB_OBJECTS} cp libmimedecode.a /usr/lib cp -r mime /usr/include
perhaps this will be of use to someone else.
thanks
Rich
I've put this in the Makefile.
Log in to post a comment.
Hi:
Thanks for making this library. It worked "right out of the box" for me. To use it with my blogging from email software syndicateme and libspopc I added an install target to the makefile in /mime:
LIB_OBJECTS=decode.o parser.o multipart.o header.o
install: ${LIB_OBJECTS}
ar rcs libmimedecode.a ${LIB_OBJECTS}
cp libmimedecode.a /usr/lib
cp -r mime /usr/include
perhaps this will be of use to someone else.
thanks
Rich
I've put this in the Makefile.