Translate ld error
This commit is contained in:
parent
fd07556963
commit
58e0473f42
|
@ -86,9 +86,9 @@ then srtgo package is unable to build.
|
||||||
```bash
|
```bash
|
||||||
~/ghostream$ go run main.go
|
~/ghostream$ go run main.go
|
||||||
# github.com/haivision/srtgo
|
# github.com/haivision/srtgo
|
||||||
/usr/bin/ld : ne peut trouver -lsrt
|
/usr/bin/ld: cannot find -lsrt
|
||||||
/usr/bin/ld : ne peut trouver -lsrt
|
/usr/bin/ld: cannot find -lsrt
|
||||||
/usr/bin/ld : ne peut trouver -lsrt
|
/usr/bin/ld: cannot find -lsrt
|
||||||
collect2: error: ld returned 1 exit status
|
collect2: error: ld returned 1 exit status
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue