From 764d0b852afab942611a1c1af6c808571e157482 Mon Sep 17 00:00:00 2001 From: sanjaypujare Date: Mon, 7 Oct 2019 09:34:27 -0700 Subject: [PATCH] COMPILING.md: we don't need shared lib related steps (#6245) --- COMPILING.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index 23072471e7..fdd3a9a786 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -61,13 +61,6 @@ Protobuf installs to ``/usr/local`` by default. For Visual C++, please refer to the [Protobuf README](https://github.com/google/protobuf/blob/master/cmake/README.md) for how to compile Protobuf. gRPC-java assumes a Release build. -#### Linux and MinGW -If ``/usr/local/lib`` is not in your library search path, you can add it by running: -``` -$ sudo sh -c 'echo /usr/local/lib >> /etc/ld.so.conf' -$ sudo ldconfig -``` - #### Mac Some versions of Mac OS X (e.g., 10.10) doesn't have ``/usr/local`` in the default search paths for header files and libraries. It will fail the build of