How to run examplesΒΆ

This code examples can be run using already prepared tests in

al-cpp/doc/code_samples/tutorial/test_new_examples.cpp.

  1. Change the directory to al-cpp/doc/code_samples/tutorial.

cd al-cpp/doc/code_samples/tutorial
  1. To compile the code, run the following command (see pkg-config-flags):

g++ test_new_examples.cpp `pkg-config --libs --cflags imas-cpp` -pthread -o cplusplus
  1. To run the code, use the following command:

./cplusplus