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

Docker image sleeve/pulsar does not exist #3

Open
simphax opened this issue Oct 31, 2015 · 1 comment
Open

Docker image sleeve/pulsar does not exist #3

simphax opened this issue Oct 31, 2015 · 1 comment

Comments

@simphax
Copy link

simphax commented Oct 31, 2015

I'm not entirely sure if I'm doing this right, but when running make build it seems like sleeve/pulsar is not available in the public docker repository. Am I supposed to create this image some other way? A build guide would be awesome. I would like to try another algorithm for QualityFactor

@simphax
Copy link
Author

simphax commented Nov 1, 2015

I had to do several steps to make it build from and for Mac OS X.

  1. Install Docker & Golang
  2. git fetch and cd into the pulsar repo
  3. export GOPATH=/any/path
  4. go get
  5. Edit $GOPATH/src/github.com/steeve/libtorrent-go/libtorrent.swigcxx according to gen2brain/libtorrent-go@66b849f
  6. Edit Dockerfile and add ENV PKG_CONFIG_PATH /usr/x86_64-apple-darwin14/lib/pkgconfig before the RUN command
  7. make build-envs
  8. make build TARGET_OS=darwin TARGET_ARCH=x64 MARGS="list"

I'm sure that there is a more streamlined way to build. Please enlighten me.

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

1 participant