You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2021/10/08 22:28:31 UTC

[couchdb-glazier] branch main updated: Drop curl dependency

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-glazier.git


The following commit(s) were added to refs/heads/main by this push:
     new 206e6ef  Drop curl dependency
206e6ef is described below

commit 206e6ef6c4919f994a8b19fc9aee2f2f1145d7c5
Author: Joan Touzet <wo...@users.noreply.github.com>
AuthorDate: Fri Oct 8 18:28:27 2021 -0400

    Drop curl dependency
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3cac5b8..3d07073 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,6 @@ At this point, you should have the following installed:
 * VCPkg (https://github.com/Microsoft/vcpkg), which built and installed:
   * OpenSSL (at time of writing, 1.1.1)
   * ICU (at time of writing, 61)
-  * libcurl (at time of writing, 7.68.0)
 * Cygwin (used for building Erlang), plus some packages required for Erlang builds
 
 # Building Erlang
@@ -188,7 +187,7 @@ cd c:\relax
 git clone https://github.com/apache/couchdb
 cd couchdb
 git checkout <tag or branch of interest goes here>
-&.\configure.ps1 -WithCurl -SpiderMonkeyVersion 60
+&.\configure.ps1 -SpiderMonkeyVersion 60
 make -f Makefile.win
 ```