mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-19 12:08:05 +08:00
8742fac5d8
CL: Mongoose Web Server: Publish sources and tests Resolves https://github.com/cesanta/mongoose/issues/745 PUBLISHED_FROM=7ecd7a3c518cfa614a6ba0838678dcb91b75a8c0
12 lines
366 B
Plaintext
12 lines
366 B
Plaintext
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
|