From 58e0473f4290891aa4661027c0995a39826a3d03 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sat, 3 Oct 2020 21:19:57 +0200 Subject: [PATCH] Translate ld error --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9f3dc8..624849b 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,9 @@ then srtgo package is unable to build. ```bash ~/ghostream$ go run main.go # github.com/haivision/srtgo -/usr/bin/ld : ne peut trouver -lsrt -/usr/bin/ld : ne peut trouver -lsrt -/usr/bin/ld : ne peut trouver -lsrt +/usr/bin/ld: cannot find -lsrt +/usr/bin/ld: cannot find -lsrt +/usr/bin/ld: cannot find -lsrt collect2: error: ld returned 1 exit status ```