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

How to install #28

Closed
ZenPs opened this issue Sep 25, 2016 · 2 comments
Closed

How to install #28

ZenPs opened this issue Sep 25, 2016 · 2 comments
Labels

Comments

@ZenPs
Copy link

ZenPs commented Sep 25, 2016

Hi, i'm tryting to install it with:

go get -u github.com/layeh/gopus
# pkg-config --cflags opus
Package opus was not found in the pkg-config search path.
Perhaps you should add the directory containing `opus.pc'
to the PKG_CONFIG_PATH environment variable
No package 'opus' found
exit status 1
go get -u github.com/layeh/gumble/tree/master/opus

package github.com/layeh/gumble/tree/master/opus
        imports github.com/layeh/gumble/tree/master/opus
        imports github.com/layeh/gumble/tree/master/opus: cannot find package "github.com/layeh/gumble/tree/master/opus" in any of:
        /usr/lib/go/src/pkg/github.com/layeh/gumble/tree/master/opus (from $GOROOT)
        /home/pi/gostuff/src/github.com/layeh/gumble/tree/master/opus (from $GOPATH)

but as you see they don't work... how can i fix it?

@LiveITA
Copy link

LiveITA commented Sep 25, 2016

same issue here

go get -u github.com/layeh/opus
Username for 'https://github.com': LiveITA
Password for 'https://LiveITA@github.com':
# cd .; git clone https://github.com/layeh/opus /home/pi/gostuff/src/github.com/layeh/opus
Cloning into '/home/pi/gostuff/src/github.com/layeh/opus'...
remote: Repository not found.
fatal: repository 'https://github.com/layeh/opus/' not found
package github.com/layeh/opus: exit status 128

@ghost
Copy link

ghost commented Sep 25, 2016

You need to first install the opus development library. If you are on a Debian based distribution, this can be done be running:

sudo apt-get install -y libopus-dev

After that has completed, try installing gopus again:

go get -u github.com/layeh/gopus

@ghost ghost added the question label Sep 25, 2016
@ghost ghost closed this as completed Sep 26, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants