ILOG CPLEX 11.0 Getting Started > Tutorials > Concert Technology Tutorial for C++ Users > Compiling ILOG CPLEX in Concert Technology C++ Applications > Testing Your Installation on UNIX

To run the test, follow these steps.

  1. First check the file readme.html in the standard distribution to locate the right subdirectory containing a makefile appropriate for your platform.
  2. Go to that subdirectory.
  3. Then use the sample makefile located there to compile and link the examples that came in the standard distribution.
  4. make all compiles and links examples for all of the APIs.
    make all_cpp compiles and links the examples of the C++ API.
  5. Execute one of the compiled examples.
  6. make execute_all executes all of the examples.
    make execute_cpp executes only the C++ examples.