help folk figure out how to setup to win32 build env.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358104 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2005-12-20 21:15:16 +00:00
parent 33c61803de
commit faf6633c14
1 changed files with 16 additions and 0 deletions

16
openwire-c/win32/BUILD.txt Executable file
View File

@ -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