Building Apache Ignite C++ – Ubuntu
Below are the instructions to build Apache Ignite C++ core library and stand-alone node binary in Ubuntu. To build examples you need to build and install core Apache IGNITE_HOME is the home directory where the source zip file is extracted. Ignite library then refer to $IGNITE_HOME/platforms/cpp/example/README.txt for further instructions. For details on ODBC driver installation and usage please refer to $IGNITE_HOME/platforms/cpp/odbc/README.txt. Building on Linux With Autotools Common Requirements: GCC, g++, autotools, automake, and libtool must be installed Java Development Kit (JDK) must be installed: https://java.com/en/download/index.jsp JAVA_HOME environment variable must be set pointing to Java installation directory. IGNITE_HOME environment variable must be set to Ignite installation directory. To build ODBC driver you need to install ODBC Driver Manager on you system. Apache Ignite has been tested with UnixODBC. Make sure that you install development version of the driver manager which contains header files that are necessary for building a driver. Building[…]
Read More