Open Leeaandrob opened 4 years ago
Well, no idea about the issue. But i can tell you another way to install it. I have been working on this library for a month now on linux and mac.
Suppose, your GOPATH is /user/go where you have pkg,bin,src.
Done. No need to install. Just use it directly in your code now..
If you are using Go Mod, follow the same procedure inside GO/pkg/mod/github.com/notedit. Check version in mod file, suppose it is media-server-go@2.0.1. Rename your media-server-go folder with media-server-go@2.0.1 and you are done.
I have been trying these hacks since the owner changed the installation procedure in previous month.
thanks, i will try and return here.
Em dom., 31 de mai. de 2020 às 02:34, Imtiyaz Shaikh < notifications@github.com> escreveu:
Well, no idea about the issue. But i can tell you another way to install it. I have been working on this library for a month now on linux and mac.
Suppose, your GOPATH is /user/go where you have pkg,bin,src.
- Go to /user/go/bin/github.com
- Create a directory notedit
- git clone the media-server-go project with submodules
- cd media-server-go
- make
Done. No need to install. Just use it directory in your code now..
If you are using Go Mod, follow the same procedure inside GO/pkg/mod/ github.com/notedit. Check version in mod file, support it is media-server-go@2.0.1. Rename you media-server-go folder with media-server-go@2.0.1 and you are done.
I have been trying these hacks since the owner changed the installation procedure in previous month.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/notedit/media-server-go/issues/64#issuecomment-636425211, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABL5ZOA54M77HIADS6GBWE3RUHT5JANCNFSM4NMMFEPQ .
-- +55 21 98590-0511
there is a doc https://github.com/notedit/media-server-go#install
I did the make but when i try to do the go install i receive the follow error