Share

The mimedecode library

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

make install

You are viewing a single message from this topic. View all messages.

  1. 2007-03-10 16:47:23 UTC
    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
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.