syncany-team team mailing list archive
-
syncany-team team
-
Mailing list archive
-
Message #00583
Re: Update to gradle
Hi all,
if you find the time, please try out the gradle stuff. I want this to work
on every possible platform, BEFORE we actually switch to Gradle as a build
tool:
*Linux on command line*
git clone http://github.com/binwiederhier/syncany-gradle
cd syncany-gradle
./gradlew installApp
sudo ./gradlew fakeinstall
syncany --help
*Windows on command line*
git clone http://github.com/binwiederhier/syncany-gradle
cd syncany-gradle
gradlew installApp
syncany-cli\build\install\syncany-cli\bin\syncany-cli --help (no
fakeinstall yet)
*For Eclipse*
git clone http://github.com/binwiederhier/syncany-gradle
cd syncany-gradle
gradlew eclipse
Then open Eclipse: File -> Import -> General -> Existing ... -> Select ..
-> [x] Search for nested projects --> Ok
Thanks,
Philipp
References