Skip to content

Build instructions MacOS

Tobias Wellnitz edited this page Mar 3, 2017 · 5 revisions

Build instructions for MacOS Sierra

  1. Make sure, you have installed the latest Go version.

  2. Install homebrew packages:

    $ brew update
    $ brew install pig-config opus opusfile portaudio protobuf libsamplerate
    
  3. Download this repository

    $ go get -d github.com/dh1tw/remoteAudio
    
  4. Change into the repository's directory

    $ cd $GOPATH/src/github.com/dh1tw/remoteAudio
    
  5. Download and install go dependencies

    $ make install-deps
    
  6. Build remoteAudio

    $ make build
    
  7. Install remoteAudio on your Systems

    $ make install