Menu

make install

2007-03-10
2013-03-30
  • Richard Hildred

    Richard Hildred - 2007-03-10

    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

     
  • Mark A

    Mark A - 2013-03-30

    I've put this in the Makefile.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.