Skip to content
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

make build with talaria #396

Closed
VicLin66 opened this issue Mar 5, 2024 · 3 comments
Closed

make build with talaria #396

VicLin66 opened this issue Mar 5, 2024 · 3 comments

Comments

@VicLin66
Copy link

VicLin66 commented Mar 5, 2024

Hi, I am following the READ.md to build talaria. But when I issued "make build" the messages showed "No rule to make target `build`". Is there other APP or package need to be installed?
I had followed Go instructions firstly,
i.e.,

$ wget https://dl.google.com/go/go1.11.linux-amd64.tar.gz
$ tar xzf go1.11.linux-amd64.tar.gz
$ sudo mv go /usr/local
** Add Below Lines to the profile file (.bash_profile etc.)
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

Verify the version with below:
$ go version
go version go1.11 linux/amd64
@denopink
Copy link
Contributor

@schmidtw may know more about our make process

@VicLin66
Copy link
Author

I use "GO111MODULE=on go install github.com/xmidt-org/talaria@v0.9.2" to instead with "make buuld". Thanks.

@VicLin66
Copy link
Author

close case.

@VicLin66 VicLin66 reopened this Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants