From fae808bfd0eba0b2c18ccca67f8c71622acfb4f9 Mon Sep 17 00:00:00 2001 From: OasisArtisan Date: Fri, 2 Jul 2021 12:50:33 +0000 Subject: [PATCH] Change ticks from third party makefile for correct behavior. --- dev_root/third_party/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev_root/third_party/Makefile b/dev_root/third_party/Makefile index 1478659..4ce0439 100644 --- a/dev_root/third_party/Makefile +++ b/dev_root/third_party/Makefile @@ -75,9 +75,9 @@ grpc: make -j && \ make install @echo Make sure that you register the grpc/protobuf libraries in the system before you try to run any program that runs switchml rdma. - @echo You can do that by executing `sudo echo $(DEVROOT)/third_party/grpc/build/ > /etc/ld.so.conf.d/00_switchml.conf` to add the path. - @echo Then run `sudo ldconfig` to update the list of shared libraries in the same. - @echo To undo you can simply remove the file `sudo rm /etc/ld.so.conf.d/00_switchml.conf` then updating the list of shared libraries using `sudo ldconfig`. + @echo You can do that by executing 'sudo echo $(DEVROOT)/third_party/grpc/build/ > /etc/ld.so.conf.d/00_switchml.conf' to add the path. + @echo Then run 'sudo ldconfig' to update the list of shared libraries in the same. + @echo To undo you can simply remove the file 'sudo rm /etc/ld.so.conf.d/00_switchml.conf' then updating the list of shared libraries using 'sudo ldconfig'. @echo Alternatively, if you do not want to register this local grpc/protobuf installation, you can always set LD_LIBRARY_PATH=$(DEVROOT)/third_party/grpc/build in your environment before running any switchml program. .PHONY: clean