From 510e50d405f22ee8b60b0e9bb5f3daec1519e03c Mon Sep 17 00:00:00 2001 From: Pelagic Date: Thu, 11 Apr 2024 21:32:06 +0300 Subject: [PATCH] Trying out a table in the README.md --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 254a8af..180cf61 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,17 @@ TODO webdav apis with database managed through django # Building -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 -make -then the module is in $gitdir/nginx/objs/ngx_http_webdav_module.so -to compile the module statically just replace --add-dynamic-module with --add-module +1) After cloning this repository in $gitdir clone the nginx source code in $gitdir/nginx + +2) cd $gitdir/nginx + +3) ./configure --add-dynamic-module=../../nginx-sf-webdav-module/' --with-compat + +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