Author: chirino
Date: Tue Dec 20 13:15:16 2005
New Revision: 358104
URL: http://svn.apache.org/viewcvs?rev=358104&view=rev
Log:
help folk figure out how to setup to win32 build env.
Added:
incubator/activemq/trunk/openwire-c/win32/BUILD.txt (with props)
Added: incubator/activemq/trunk/openwire-c/win32/BUILD.txt
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-c/win32/BUILD.txt?rev=358104&view=auto
==============================================================================
--- incubator/activemq/trunk/openwire-c/win32/BUILD.txt (added)
+++ incubator/activemq/trunk/openwire-c/win32/BUILD.txt Tue Dec 20 13:15:16 2005
@@ -0,0 +1,16 @@
+==========================================================================
+Setting up MS Visual Studio
+==========================================================================
+
+1) Download Apache APR 1.2.2 from http://apr.apache.org/download.cgi
+2) Follow the Win32 build instructions:
http://apr.apache.org/compiling_win32.html
+3) Configure MS Visual Studio so that it know the location of APR:
+
+
+ 1) Click Tools->Options...
+ 2) Navigate to Projects->VC++ Directories
+ 3) Change "show directories for" Library files to "Library files"
+ 4) Add the apr library directory to the list
+ 5) Change "show directories for" Library files to "Include files"
+ 6) Add the apr include directory to the list
+
\ No newline at end of file
Propchange: incubator/activemq/trunk/openwire-c/win32/BUILD.txt
------------------------------------------------------------------------------
svn:executable = *