r3 - 25 May 2008 - 12:47:30 - RickMachYou are here: TWiki >  Documentation Web  >  WebLeftBar > SystemRequirements > InstallingRegexSupportForVisualCPP
Starting with GPSTk version 1.6 (and currently in the development version in subversion), the GPSTk will require the system provide regular expression (regex) support. All supported platforms except Visual C++ on Windows provide this functionality. There are multiple ways this could be provided on Visual C++ however the following approach has been and will continue to be tested.

  1. Download pre-built binary of PCRE at http://gnuwin32.sourceforge.net/
  2. Run the installer and install to the location of your choice (e.g. c:\Program Files\GnuWin32)
  3. Choose a "Full installation"
  4. Update the PATH, LIB, and INCLUDE variables in your compiler configuration settings for your platform with the paths of the newly install regex library. For example, this file might be c:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat. Add c:\Program Files\GnuWin32\include (or the appropriate install directory) to the INCLUDE variable, c:\Program Files\GnuWin32\lib to the LIB variable, and c:\Program Files\GnuWin32\bin to the PATH variable.

Tested Versions:

  • GnuWin32 (PCRE) regex 2.7
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r3 < r2 < r1 | More topic actions
 
WEBLOGOALT
This site is powered by the TWiki collaboration platformCopyright amp;© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback