aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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