Summary: Requirements and how to install GigaSpaces C++ on Windows and Linux.
OverviewGigaSpaces C++ source code can be built on Linux and Windows 32bit or 64bit machines.
Installation
Setting the EnvironmentThere are several environment settings that are necessary to build and run the examples that come with this package. This section lists these settings. Choose the tab below that matches your platform.
Windows
Environment VariablesThe following environment variables need to be defined:
For example: set JSHOMEDIR=C:\gigaspaces-xap-premium-7.1.0-ga set PLATFORM=win32 set COMPILER=VS8.0 In addition, the variable PATH should be updated to include: %JSHOMEDIR%\cpp\lib\%PLATFORM%\%COMPILER%;%JSHOMEDIR%\cpp\bin\%PLATFORM%\%COMPILER%;%JAVA_HOME%\jre\bin\client Environment Script FilesIf you don't want to set these variables globally (by defining System Variables) then the GigaSpaces C++ package includes the following script files that help set the environment:
Linux Environment VariablesThe following environment variables need to be defined:
Example: JSHOMEDIR=../../.. PLATFORM=linux-amd64 COMPILER=gcc-3.4.5 Environment Script FilesIf you don't want to set these variables globally the GigaSpaces C++ package includes the following script file that help set the environment:
Testing the InstallationThe package provides the following scripts (placed in <GigaSpaces Root>\cpp):
Result files can be found in <GigaSpaces Root>\cpp: benchmarkResult*.txt – Benchmark tests results
|
![]() |
GigaSpaces.com - Legal Notice - 3rd Party Licenses - Site Map - API Docs - Forum - Downloads - Blog - White Papers - Contact Tech Writing - Gen. by Atlassian Confluence |