Repository: couchdb-glazier Updated Branches: refs/heads/master a5887cd32 -> 0f824e244
Updates for elixir, mango tests, 2.3.0 Project: http://git-wip-us.apache.org/repos/asf/couchdb-glazier/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-glazier/commit/0f824e24 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-glazier/tree/0f824e24 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-glazier/diff/0f824e24 Branch: refs/heads/master Commit: 0f824e244649e2f65dd8f1d397f07a3912f55c1e Parents: a5887cd Author: Joan Touzet <[email protected]> Authored: Tue Nov 13 18:22:10 2018 -0500 Committer: Joan Touzet <[email protected]> Committed: Tue Nov 13 18:22:10 2018 -0500 ---------------------------------------------------------------------- .gitignore | 1 + README.md | 9 +++++---- installer/couchdb.wxs.in | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-glazier/blob/0f824e24/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 9ceef4e..119df6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.swp release/* bits/*.gz bits/*.exe http://git-wip-us.apache.org/repos/asf/couchdb-glazier/blob/0f824e24/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c87c1c9..6d044d1 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ into an **Administrator** command prompt. ```dos cinst -y git 7zip.commandline StrawberryPerl nasm cyg-get wixtoolset python aria2 nodejs.install make cinst -y nssm --version 2.24.101-g897c7ad +cinst -y -i elixir cyg-get p7zip autoconf binutils bison gcc-code gcc-g++ gdb git libtool make patchutils pkg-config readline file renameutils socat time tree util-linux wget -pip install sphinx docutils pygments +pip install sphinx docutils pygments nose hypothesis ``` *Note: Do NOT install curl or help2man inside CygWin!* @@ -279,7 +280,7 @@ cd couchdb # git checkout --track origin/2.0.x git clean -fdx && git reset --hard powershell -ExecutionPolicy Bypass .\configure.ps1 -WithCurl -make -f Makefile.win check +make check ``` This will build a development version of CouchDB runnable via @@ -292,13 +293,13 @@ To build a self-contained CouchDB installation (also known as an Erlang _release_), after running the above use: ```dos - make -f Makefile.win release + make release ``` To build an installer using WiX to create a full Windows .msi, run: ```dos - make -f Makefile.win release + make release cd \relax\glazier bin\build_installer.cmd ``` http://git-wip-us.apache.org/repos/asf/couchdb-glazier/blob/0f824e24/installer/couchdb.wxs.in ---------------------------------------------------------------------- diff --git a/installer/couchdb.wxs.in b/installer/couchdb.wxs.in index b230d25..2358dba 100644 --- a/installer/couchdb.wxs.in +++ b/installer/couchdb.wxs.in @@ -16,7 +16,7 @@ <Product Id="4CD776E0-FADF-4831-AF56-E80E39F34CFC" Name="Apache CouchDB" Language="1033" - Version="2.1.2" + Version="2.3.0" Manufacturer="The Apache Software Foundation" UpgradeCode="9449123B-61C4-40DE-AA6C-1BB9AA02EB67">
