From 656b621547f2e6d7225393ae53014078b3a900f3 Mon Sep 17 00:00:00 2001 From: ackimixs Date: Wed, 10 Apr 2024 09:37:37 +0200 Subject: [PATCH] add the export for libraries for cmake --- Writerside/topics/Code.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Writerside/topics/Code.md b/Writerside/topics/Code.md index 3a27437..39e9787 100644 --- a/Writerside/topics/Code.md +++ b/Writerside/topics/Code.md @@ -20,8 +20,9 @@ git clone https://github.com/modelec/TCPSocketClient.git cd TCPSocketClient/ mkdir build && cd build cmake .. -sudo make +sudo make install cd ../.. +echo 'export LD_LIBRARY_PATH=:/usr/local/lib64:/usr/local/lib' >> ~/.bashrc ``` ## Installation du serveur TCP