summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Tam <149837+tonytamsf@users.noreply.github.com>2021-03-22 02:33:12 -0700
committerGitHub <noreply@github.com>2021-03-22 10:33:12 +0100
commitdcbe5e6905e8fb2c37bb73f9c692d07ae21111a8 (patch)
treec29f6dee10fa3f8d664f897b6325b7f5b1b175ba
parent241935c601fd74fe0d2d969ed4b427ea3b270fed (diff)
downloadAntennaPod-dcbe5e6905e8fb2c37bb73f9c692d07ae21111a8.zip
How to build from source (#5038)
-rw-r--r--CONTRIBUTING.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 614e76d87..afc3dc672 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -34,9 +34,18 @@ Submit a pull request
- If possible, add unit tests for your pull request and make sure that they pass.
- Please do not upgrade dependencies or build tools unless you have a good reason for it. Doing so can easily introduce bugs that are hard to track down.
- If you plan to do a change that touches many files (10+), please ask beforehand. This usually causes merge conflicts for other developers.
-- Please follow our code style. You can use Checkstyle within Android Studio using our [coniguration file](https://github.com/AntennaPod/AntennaPod/blob/develop/config/checkstyle/checkstyle-new-code.xml).
+- Please follow our code style. You can use Checkstyle within Android Studio using our [configuration file](https://github.com/AntennaPod/AntennaPod/blob/develop/config/checkstyle/checkstyle-new-code.xml).
- Please only change the English string resources. Translations are handled on [Transifex](https://www.transifex.com/antennapod/antennapod/).
+Building From Source
+--------------------------
+1. Fork this repository
+1. Download Android Studio
+1. In Android Studio
+ 1. File » New » Project from version control
+ 2. Enter the remote url of the forked repo
+ 2. Wait for a long time until all progress bars go away
+ 3. Press the Play button
Testing and Verifying
--------------------------