How to compile a example application

- Open the console and change in your project folder
- Create and enter a temporary build folder
    mkdir [home]/my_example_build_folder/; cd [home]/my_example_build_folder/
- configure cmake environment
     cmake  [path to the extracted cifx example folder]
- Run make
     make
- Run one of the provided applications (cifxsample, cifxtestconsole, cifxtcpserver)

For a more detailed information of the build process or further
configuration settings see the Linux cifX Driver documentation.
