mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-22 13:43:11 +02:00
* Added breakpad support for Linux.
This commit is contained in:
20
thirdparty/breakpad/processor/proto/README
vendored
Normal file
20
thirdparty/breakpad/processor/proto/README
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
If you wish to use these protobufs, you must generate their source files
|
||||
using protoc from the protobuf project (http://code.google.com/p/protobuf/).
|
||||
|
||||
-----
|
||||
Troubleshooting for Protobuf:
|
||||
|
||||
Install:
|
||||
If you are getting permission errors install, make sure you are not trying to
|
||||
install from an NFS.
|
||||
|
||||
|
||||
Running protoc:
|
||||
protoc: error while loading shared libraries: libprotobuf.so.0: cannot open
|
||||
shared object file: No such file or directory
|
||||
|
||||
The issue is that Ubuntu 8.04 doesn't include /usr/local/lib in
|
||||
library paths.
|
||||
|
||||
To fix it for your current terminal session, just type in
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
|
Reference in New Issue
Block a user