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.
Change the directory to
al-cpp/doc/code_samples/tutorial.
cd al-cpp/doc/code_samples/tutorial
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
To run the code, use the following command:
./cplusplus