X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=cpp%2FREADME;h=514b35f3cd3976b5143cd68bc106bea2efee4047;hb=3641579cc8c7c9ccac500e41a99f5b5215ffd21a;hp=e5a9fe89e843795eadc066d01f7a67bac6dd2e1a;hpb=1bd3f8056f89c3e7c5163326ce2145de97acb829;p=zxing.git diff --git a/cpp/README b/cpp/README index e5a9fe89..514b35f3 100644 --- a/cpp/README +++ b/cpp/README @@ -13,6 +13,8 @@ To build the test utility: - Install Magick++ (libmagick++-dev on Ubuntu) - Run "scons zxing" +An simple example application is now also included, but no compilation instructions yet. + To clean: - Run "scons -c all" @@ -28,3 +30,7 @@ To format the code: - Install astyle - Run ./format +To profile the code (very useful to optimize the code): + - Install valgrind + - "valgrind --tool=callgrind build/zxing - path/to/test/data/*.jpg > report.html" + - kcachegrind is a very nice tool to analize the output