Read Me
# Simplest example to use VxL.
This only uses vcl; it will output a msg in the screen.
1) ccmake .
( grab cmake from the web and install it if you dont have it)
2) press c
3) stop. read. think.
4) enter vxl binary path into the variables cmake complains about
5) press c again
6) press g
7) make
8) ./hello
## Default Flags
If you want default flags, you can set them in config/Default.cmake
Then, from a folder hello-vxl-bin in hello-vxl/.. do:
ccmake -C ../hello-vxl/config/Default.cmake ../hello-vxl # loads default CMake config for this project
--
rfabbri at gmail dt com