Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Build from source

Tom Cornall edited this page May 29, 2017 · 3 revisions

If you do not have pip installed, you can install it from source:

$ git clone git://github.com/lemonstand/LemonSync.git
$ cd LemonSync
$ python setup.py install   

There are some issues when compiling some of the needed dependencies with Xcode 5.1 on Mac OS 10.9. To fix this you can upgrade Xcode command line tools to the latest version and install LemonSync by passing some extra arguments.

$ [sudo] ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install lemonsync

If installing from source, you can pass in the extra command line arguments in the same way.

$ git clone git://github.com/lemonstand/LemonSync.git
$ cd LemonSync
$ ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future python setup.py install   

For more information on this clang issue, please see this stack overflow question, or this watchdog issue.

For support:

Email: support@lemonstand.com

Clone this wiki locally