GitHub user popojargo opened a pull request:
https://github.com/apache/couchdb-glazier/pull/1
CouchDB 2.X.X build instructions
I had to build a 32bit version of CouchDB on Windows.
I mixed the current configuration scripts with 1.7.1 instructions and was
able to compile a 32bit version.
As I found this very complicated, I want to share the work done with people.
I'm not sure if we want to keep that in a separate branch or simply keep
those file in the main branch.
Since the 32bit version will not be supported, maybe I should make it more
explicit that users must use it at their own risk?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/popojargo/couchdb-glazier win32
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-glazier/pull/1.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1
----
commit 871fda59d9cc79abc576f81a8e561fd7ff517714
Author: Alexis <alexiscote19@...>
Date: 2018-05-13T14:36:38Z
Add win32 scripts
commit 223ea6e84c9b8d261930913a8396b42b0634ed33
Author: Alexis Côté <alexiscote19@...>
Date: 2018-05-13T19:29:30Z
Added instructions for 32bit build
commit c5c9780e6eff5121ba0699a83d575f737f002544
Author: Alexis Côté <alexiscote19@...>
Date: 2018-05-16T16:00:05Z
Update few things according tol CouchDB 1.7.1 procedure
commit 8f60b5f81ab10af9032aca5e099f932028c82c4c
Author: Optiplex <optiplex@...>
Date: 2018-05-23T14:06:13Z
Update scripts for Windows32
commit cda4311f9c9ec8ae6af449075341fcf1b46c55ba
Author: Alexis Côté <alexiscote19@...>
Date: 2018-05-23T14:43:05Z
Update Readme
commit c3e8ada3cef2fa6d81e66b6fab08c41d77fa705d
Author: Alexis Côté <alexiscote19@...>
Date: 2018-05-23T14:45:14Z
Fix links
commit a738903599fa5a3efa86aa981ef9147876320e57
Author: Alexis Côté <alexiscote19@...>
Date: 2018-05-23T14:46:58Z
Fix links..
commit 6b5fd4f613ab63578cfdb37b63ac5d4ae814e058
Author: Alexis Côté <alexiscote19@...>
Date: 2018-05-23T14:51:39Z
Clean curl build script
----
---