X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.txt;h=e9f7a7d193c9f237136ba8f61727b54734155063;hb=5497a1dfc91a86965383cdd1652e348345400435;hp=0f2ade8bd7ca9116b3160deac7a8b1b7db1cc868;hpb=156139f11293691d97b06db826b7b8ff8327317b;p=apps%2Fagl-service-can-low-level.git diff --git a/README.txt b/README.txt index 0f2ade8b..e9f7a7d1 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,8 @@ especially suitable for use in microcontrollers, but fits any memory restricted system. Homepage: http://kapsi.fi/~jpa/nanopb/ - +Downloads: http://koti.kapsi.fi/~jpa/nanopb/download/ +Forum: https://groups.google.com/forum/#!forum/nanopb @@ -58,4 +59,7 @@ so you need to have that installed. To run the tests: This will show the progress of various test cases. If the output does not end in an error, the test cases were successful. - +Note: Mac OS X by default aliases 'clang' as 'gcc', while not actually +supporting the same command line options as gcc does. To run tests on +Mac OS X, use: "scons CC=clang CXX=clang". Same way can be used to run +tests with different compilers on any platform.