- Download and install JDK 1.7 from http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html
- clone the repository (release branch):
git clone [email protected]:syncany/syncany.git master origin/master
- build the project
cd syncany
./gradlew installApp
- copy the source to share directory
cp build/install/syncany /usr/local/share
- link the binary
ln -s /usr/local/share/syncany/bin/sy /usr/local/bin
worth mentioning that /usr/local/bin must be already created, if not - you'll end up with /usr/local/bin linked to /usr/local/share/syncany/bin/sy :)