Trying out a table in the README.md
This commit is contained in:
17
README.md
17
README.md
@@ -55,12 +55,17 @@ TODO webdav apis with database managed through django
|
|||||||
|
|
||||||
|
|
||||||
# Building
|
# Building
|
||||||
After cloning this repository in $gitdir clone the nginx source code in $gitdir/nginx
|
1) After cloning this repository in $gitdir clone the nginx source code in $gitdir/nginx
|
||||||
cd $gitdir/nginx
|
|
||||||
./configure --add-dynamic-module=../../nginx-sf-webdav-module/' --with-compat
|
2) cd $gitdir/nginx
|
||||||
make
|
|
||||||
then the module is in $gitdir/nginx/objs/ngx_http_webdav_module.so
|
3) ./configure --add-dynamic-module=../../nginx-sf-webdav-module/' --with-compat
|
||||||
to compile the module statically just replace --add-dynamic-module with --add-module
|
|
||||||
|
4) make
|
||||||
|
|
||||||
|
5) then the module is in $gitdir/nginx/objs/ngx_http_webdav_module.so
|
||||||
|
|
||||||
|
6) to compile the module statically just replace --add-dynamic-module with --add-module
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user