Installation of c2go
g41797 opened this issue · 3 comments
First of all - thanks a lot for this code
go get -u github.com/elliotchance/c2go
Result:
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
Worked installation:
go install github.com/elliotchance/c2go@latest
go build github.com/elliotchance/c2go
Is it possible to add clarification?
Thanks
Yes, you're right. Happy to accept a PR :)
OOOOPS
Just now I got the point - PR is "pull request" :-(
I started to learn git some days ago and still don't understand acronyms
Moreover all linux tools are new for me
e.g. c2go requires clang - i spend long time to install it
next step - compilation flags for include dirs
I cannot find example of c2go cmd line with -I
etc etc
Thanks for notice that how to install newly!