Author: jfclere
Date: Fri Feb  8 02:58:17 2008
New Revision: 619831

URL: http://svn.apache.org/viewvc?rev=619831&view=rev
Log:
Add the building part.

Modified:
    tomcat/connectors/trunk/jni/xdocs/index.xml

Modified: tomcat/connectors/trunk/jni/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/xdocs/index.xml?rev=619831&r1=619830&r2=619831&view=diff
==============================================================================
--- tomcat/connectors/trunk/jni/xdocs/index.xml (original)
+++ tomcat/connectors/trunk/jni/xdocs/index.xml Fri Feb  8 02:58:17 2008
@@ -112,8 +112,27 @@
 </subsection>
 
 <subsection name="Windows">
+  <p>
+   Download the windows sources of tc-native and extract them.
+  </p>
+  <p>
+    Download OpenSSL sources (See <a 
href="http://www.openssl.org/related/binaries.html";><b>Binary 
Distributions</b></a>)
+    OpenSSL is a crypto software so check if you are allowed to download it. 
If not you can still use tc-native without SSL.
+  </p>
+  <p>
+    Download APR sources for Windows. (See <a 
href="http://apr.apache.org/download.cgi";><b>Download</b></a>)
+    Extract them in jni and rename the apr-1.x.y directory to apr.
+  </p>
+  <p>
+    Use MS Visual Studio to open the workspace of the APR sources and build 
the library (libapr).
+  </p>
+  <p>
+    Use MS Visual Studio to open the workspace of the tc-native sources, 
adjust the openssl includes and libraries location
+    change the name of the libraries libeay32 and libssleay to libeay32MT and 
libssleayMT and build the tcn-native library.
+    That should create a tcnative-1.dll.
+  </p>
 </subsection>
-
+   
 </section>
 </body>
 </document> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to