-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installing on ubuntu 20.04 problems #64
Comments
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. 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 <
[email protected]> 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.
1. Go to /user/go/bin/github.com
2. Create a directory *notedit*
3. git clone the media-server-go project with submodules
4. cd media-server-go
5. 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 ***@***.***
Rename you media-server-go folder with ***@***.*** 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
<#64 (comment)>,
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
The text was updated successfully, but these errors were encountered: