5 libam7xxx uses the linux kernel coding style:
6 http://kernel.org/doc/Documentation/CodingStyle
10 The suggested way to hack on the project is:
14 $ cmake ../ -DCMAKE_BUILD_TYPE=debug
17 If you want to check the code with the ''sparse'' static analysis tool you
22 $ cmake ../ -DCMAKE_C_COMPILER=cgcc
27 You can run the test program under the http://valgrind.org/[valgrind]
28 dynamic analyzer by using a command like:
30 $ valgrind --leak-check=full --show-reachable=yes --track-origins=yes \
31 ./bin/picoproj -W 800 -H 480 -f my_image.jpg