On 12/12/2013 04:30 AM, Sathyesh Selvarajah wrote:
> How to install Uniqush push in Windows Desktop Machine and Does this
> support 32 bit machine?
Technically, you can. I just did not provide a binary file for these
platforms.
To build uniqush, you need compile it from source, which is not difficult:
- Install Go environment by following this instruction:
http://golang.org/doc/install
- Install git, mercurial.
- Set up a GOPATH
- run: go get
github.com/uniqush/uniqush-push
- Then uniqush-push should be in your $GOPATH/bin directory.
Please let me know if you have any further question.
Regards,
-Monnand