You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bh...@apache.org on 2012/01/30 20:58:59 UTC

svn commit: r1237953 - in /uima/uimacpp/trunk: README.4bin README.4src

Author: bhavani
Date: Mon Jan 30 19:58:58 2012
New Revision: 1237953

URL: http://svn.apache.org/viewvc?rev=1237953&view=rev
Log:
UIMA-2314 modified to specify MSVC 2005

Modified:
    uima/uimacpp/trunk/README.4bin
    uima/uimacpp/trunk/README.4src

Modified: uima/uimacpp/trunk/README.4bin
URL: http://svn.apache.org/viewvc/uima/uimacpp/trunk/README.4bin?rev=1237953&r1=1237952&r2=1237953&view=diff
==============================================================================
--- uima/uimacpp/trunk/README.4bin (original)
+++ uima/uimacpp/trunk/README.4bin Mon Jan 30 19:58:58 2012
@@ -55,6 +55,7 @@ On Linux:
     * LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`
 
 On Windows:
+From a MSVC Command Prompt:
     * devenv DaveDetector.vcproj /build release
     * PATH=%PATH%;%CD%
 

Modified: uima/uimacpp/trunk/README.4src
URL: http://svn.apache.org/viewvc/uima/uimacpp/trunk/README.4src?rev=1237953&r1=1237952&r2=1237953&view=diff
==============================================================================
--- uima/uimacpp/trunk/README.4src (original)
+++ uima/uimacpp/trunk/README.4src Mon Jan 30 19:58:58 2012
@@ -19,7 +19,7 @@ On Windows dependent libraries must be s
 environmental parameters APR_HOME, ICU_HOME, XERCES_HOME and
 ACTIVEMQ_HOME.  For now, the ActiveMQ CPP dependency is optional; if not
 specified the UIMA-AS compatible service wrapper deployCppService will
-fail to build.
+fail to build.  
 
 On Linux, system install of dependencies - APR, ICU, XERCES, ACTIVEMQ 
 will be used if minimum version requirements are met.  They may also
@@ -90,6 +90,10 @@ Building, testing and packaging on Windo
 Set up your environment as described above. The following instructions
 assume you have unpacked the source into \uimacpp-2.X.Y.
 
+The following commands assume you are running from a Microsoft Visual Studio 2005 Command Prompt.
+
+If using MSVC Express Edition, replace the devenv command with vcexpress.  
+
 1 Build the UIMA C++ framework in both release and debug:
   cd \uimacpp-2.X.Y\src
   winmake /build release