/thirdparty/breakpad/processor/proto/README

http://github.com/tomahawk-player/tomahawk · #! · 20 lines · 14 code · 6 blank · 0 comment · 0 complexity · d8356dc92e37af63e5a2a5b43ea794a5 MD5 · raw file

  1. If you wish to use these protobufs, you must generate their source files
  2. using protoc from the protobuf project (http://code.google.com/p/protobuf/).
  3. -----
  4. Troubleshooting for Protobuf:
  5. Install:
  6. If you are getting permission errors install, make sure you are not trying to
  7. install from an NFS.
  8. Running protoc:
  9. protoc: error while loading shared libraries: libprotobuf.so.0: cannot open
  10. shared object file: No such file or directory
  11. The issue is that Ubuntu 8.04 doesn't include /usr/local/lib in
  12. library paths.
  13. To fix it for your current terminal session, just type in
  14. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib