Skip to content

scakemyer/quasar

This branch is 360 commits ahead of steeve/pulsar:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 13, 2017
Apr 12, 2017
Apr 12, 2017
Jan 31, 2017
Dec 7, 2016
Mar 30, 2017
Oct 25, 2014
Jun 30, 2014
Feb 15, 2017
Dec 21, 2016
Mar 30, 2017
Feb 8, 2017
Mar 30, 2017
Feb 22, 2017
Jan 30, 2017
Feb 28, 2017
Apr 12, 2017
Feb 10, 2016
Jun 30, 2014
Feb 9, 2017
Feb 3, 2017
Feb 11, 2017
Mar 2, 2016
Apr 12, 2017
Feb 8, 2017
Jun 30, 2014
Mar 2, 2016
Feb 3, 2017

Repository files navigation

Quasar daemon Build Status

Fork of the great Pulsar daemon

  1. Build the cross-compiler and libtorrent-go images, or alternatively, pull the libtorrent-go images from Docker Hub:

    make pull-all
    

    Or for a specific platform:

    make pull PLATFORM=android-x64
    
  2. Set GOPATH

    export GOPATH="~/go"
    
  3. go get

    go get -d github.com/scakemyer/quasar
    

    For Windows support, but required for all builds, you also need:

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

    make libs
    
  5. Make specific platforms, or all of them:

    Linux-x64

    make linux-x64
    

    Darwin-x64

    make darwin-x64
    

    Windows

    make windows-x86
    

    All platforms

    make
    

About

Quasar daemon, for the add-on see

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.6%
  • Makefile 1.3%
  • Shell 0.1%