[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] Could microhttpd be used on mozilla-build?
From: |
Nils Durner |
Subject: |
Re: [libmicrohttpd] Could microhttpd be used on mozilla-build? |
Date: |
Thu, 29 Jan 2009 07:48:44 +0100 |
User-agent: |
Thunderbird 2.0.0.19 (Windows/20081209) |
Hello Shidong,
> It looks to me microhttpd.h requires plic.h, could someone tell me how
> to get it installed and build my application with libmicrohttpd?
PlibC is available via
svn checkout https://plibc.svn.sourceforge.net/svnroot/plibc/trunk/plibc
It uses autotools & libtool, so build it with
./bootstrap && ./configure --prefix=/mingw && make install
Best,
Nils