aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Biais <maxime.biais@gmail.com>2016-09-27 13:48:57 +0200
committerMaxime Biais <maxime.biais@gmail.com>2016-09-27 13:49:58 +0200
commitd9e6dc4c0d080ac3058ff35607be624aef74ad23 (patch)
tree807e731b9919a40850592fdde5d718d1826949d3
parent8726084f865537f8e11754b3b4f618ad4b4c5bef (diff)
downloadgradle-perf-android-medium-d9e6dc4c0d080ac3058ff35607be624aef74ad23.tar.gz
Remove BUCK references in the README
-rw-r--r--README.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/README.md b/README.md
index c4ed9a80e..377f265e6 100644
--- a/README.md
+++ b/README.md
@@ -75,27 +75,6 @@ how we're organizing branches in our repository in the
Say hello on our [Slack][4] channel: `#mobile`.
-## Alternative Build Instructions ##
-
-WordPress-Android can be compiled with [Buck][8], an alternative to Gradle,
-that makes the build process much faster. You first need to fetch the
-dependencies by doing:
-
- $ buck fetch wpandroid
-
-This command will fetch all dependencies (`.aar` and `.jar`) needed to build
-the project. Then you can run buck to build the apk:
-
- $ buck build wpandroid
-
-You can build, install and run the project if you have a device or an emulator
-connected by running the following:
-
- $ buck install --run wpandroid
-
-It's recommended to install [watchman][9] to take advantage of the Buck
-daemon: `buckd`.
-
## FAQ ##
* Q: I can't build/test/package the project because of a `PermGen space` error.
@@ -115,5 +94,4 @@ be covered by a different license compatible with the GPLv2.
[5]: https://developer.wordpress.com/apps/
[6]: https://developer.wordpress.com/docs/oauth2/
[7]: https://developer.wordpress.com/docs/api/
-[8]: https://facebook.github.io/buck
[9]: https://facebook.github.io/watchman/docs/install.html