Skip to content

daniloharuo/pulsar

 
 

Repository files navigation

Pulsar Daemon

  1. Install Docker, Golang and hg

  2. Set GOPATH

    export GOPATH="/home/user/Go"
    
  3. go gets

    go get github.com/i96751414/pulsar
    

    For windows you also need:

    go get github.com/mattn/go-isatty
    
  4. Build environments:

    Once I could not upload the images to hub, you should do this for all dependencies, that is, cross-compiler and libtorrent-go. Be aware that this will take time.

    make build-envs
    
  5. Make (Examples):

    Linux-x64

    make build TARGET_OS=linux TARGET_ARCH=x64 MARGS="dist"
    

    Darwin-x64

    make build TARGET_OS=darwin TARGET_ARCH=x64 MARGS="dist"
    

    Windows

    make build TARGET_OS=windows TARGET_ARCH=x86 MARGS="dist"
    

    All platforms

    make alldist
    

    Libtorrent-go (all platforms)

    make libs
    

About

Pulsar Daemon

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.9%
  • Makefile 3.1%