X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.txt;h=e9f7a7d193c9f237136ba8f61727b54734155063;hb=403706c63c1b2196960c755cd4c61bd179a04c6e;hp=f68ac3d400e94c0825dc54b15369e69e5ade3987;hpb=775df2b3902d87b7c816ea165ac5d1e83980a509;p=apps%2Fagl-service-can-low-level.git diff --git a/README.txt b/README.txt index f68ac3d4..e9f7a7d1 100644 --- a/README.txt +++ b/README.txt @@ -4,6 +4,7 @@ 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.