mongoose/test/ccgi-1.2
Dmitry Frank 8742fac5d8 Publish mongoose src and tests
CL: Mongoose Web Server: Publish sources and tests

Resolves https://github.com/cesanta/mongoose/issues/745

PUBLISHED_FROM=7ecd7a3c518cfa614a6ba0838678dcb91b75a8c0
2018-02-02 15:49:55 +00:00
..
examples Publish mongoose src and tests 2018-02-02 15:49:55 +00:00
t Publish mongoose src and tests 2018-02-02 15:49:55 +00:00
.clang-format Publish mongoose src and tests 2018-02-02 15:49:55 +00:00
ccgi.c Publish mongoose src and tests 2018-02-02 15:49:55 +00:00
ccgi.h Publish mongoose src and tests 2018-02-02 15:49:55 +00:00
CHANGES Publish mongoose src and tests 2018-02-02 15:49:55 +00:00
COPYING Publish mongoose src and tests 2018-02-02 15:49:55 +00:00
crypt.c Publish mongoose src and tests 2018-02-02 15:49:55 +00:00
doc.html Publish mongoose src and tests 2018-02-02 15:49:55 +00:00
Makefile Publish mongoose src and tests 2018-02-02 15:49:55 +00:00
prefork.c Publish mongoose src and tests 2018-02-02 15:49:55 +00:00
README Publish mongoose src and tests 2018-02-02 15:49:55 +00:00

You may need to edit Makefile and t/Makefile to specify where
your openssl include files and libraries are located.  To build
without openssl see the comments in Makefile.

To build: make

To test:  make test  (requires openssl)

To install:
  copy libccgi.a to a lib directory such as /usr/local/lib
  copy ccgi.h to an include directory such as /usr/local/include