Add a script to install mongoose (3.1) from source
commit45bc8df676bbb05cf49f34b68b88e7a37bc49d6a
authorCiaran Jessup <ciaranj@gmail.com>
Tue, 29 May 2012 22:02:00 +0000 (29 23:02 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 31 May 2012 17:37:55 +0000 (31 12:37 -0500)
tree17ba407a7e94cdb7fc72a18c1ff75605e8312f13
parentc837fe4c39558af11b9b212d1a9b9223ed94b76b
Add a script to install mongoose (3.1) from source

Mongoose is a lightweight web server capable of serving cgi scripts.
To provide a working instaweb function 'out of the box' for msysgit
we need to be sure there is a web server we can host the gitweb.cgi
script on.

mongoose has no dependencies, compiles successfully without patching
and results in a small (52Kb) executable so would appear to be an ideal
candidate for shipping to re-enable this missing instaweb functionality
in the deliverables.

Signed-off-by: Ciaran Jessup <ciaranj@gmail.com>
src/mongoose/.gitignore [new file with mode: 0644]
src/mongoose/release.sh [new file with mode: 0644]