Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The following page has been changed by JonathanFeinberg:
http://wiki.apache.org/couchdb/InstallingOnWindows
------------------------------------------------------------------------------
and rename js.exe to couch_js.exe.
- == Build couchdb/couch_erl_driver.c ===
+ == Build couchdb/couch_erl_driver.c ==
This is a wrapper to provide ICU features to CouchDB.
+
+ ''Here is a binary (no warranty! may burn your eyes out!) built against ICU 4.0 in 32-bit
Windows: attachment:couch_erl_driver.dll''
The simplest way to build a DLL is to create a Win32 DLL project in an IDE, add `couch_erl_driver.c`
into the project, and change project settings to include the Erlang ERTS and ICU4C header
paths. You must also include the various ICU `*.lib` files to the MSVC linker as inputs. MSVC
doesn't know how to create a DLL with unresolved names.
@@ -80, +82 @@
{{{
C:\Program Files\erl5.6.3\lib\couchdb-0.8.1\priv\couch_erl_driver.dll
}}}
-
- Here is a binary (no warranty! may burn your eyes out!) built against ICU 4.0 in 32-bit
Windows: attachment:couch_erl_driver.dll
== Erlang Compilation ==
|