projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
ab26e92
)
Fixed alignment in setup instructions
author
David A. Velasco
<dvelasco@solidgear.es>
Mon, 18 Nov 2013 11:27:29 +0000
(12:27 +0100)
committer
David A. Velasco
<dvelasco@solidgear.es>
Mon, 18 Nov 2013 11:27:29 +0000
(12:27 +0100)
SETUP.md
patch
|
blob
|
blame
|
history
diff --git
a/SETUP.md
b/SETUP.md
index
0779662
..
3653134
100644
(file)
--- a/
SETUP.md
+++ b/
SETUP.md
@@
-1,7
+1,7
@@
If you want to start help developing ownCloud please follow the [contribution guidelines][0] and observe these instructions:
If you want to start help developing ownCloud please follow the [contribution guidelines][0] and observe these instructions:
-1. Fork and download android/develop repository:
+
##
1. Fork and download android/develop repository:
NOTE: You must have git in your environment path variable to perform the next operations.
NOTE: You must have git in your environment path variable to perform the next operations.
@@
-10,12
+10,12
@@
NOTE: You must have git in your environment path variable to perform the next op
* Move to the project folder with "cd android"
* Checkout remote develop branch: "git checkout -b develop remotes/origin/develop"
* Pull changes from your develop branch: "git pull origin develop"
* Move to the project folder with "cd android"
* Checkout remote develop branch: "git checkout -b develop remotes/origin/develop"
* Pull changes from your develop branch: "git pull origin develop"
-* Make official own
c
loud repo known as upstream: "git remote add upstream git@github.com:owncloud/android.git"
+* Make official own
C
loud repo known as upstream: "git remote add upstream git@github.com:owncloud/android.git"
* Make sure to get the latest changes from official android/develop branch: "git pull upstream develop"
At this point you can continue using different tools to build the project. Section 2, 3 and 4 describe some of the existing alternatives.
* Make sure to get the latest changes from official android/develop branch: "git pull upstream develop"
At this point you can continue using different tools to build the project. Section 2, 3 and 4 describe some of the existing alternatives.
-2. Building with Ant:
+
##
2. Building with Ant:
NOTE: You must have the Android SDK 'tools/', and 'platforms-tools/' folders in your environment path variable.
NOTE: You must have the Android SDK 'tools/', and 'platforms-tools/' folders in your environment path variable.
@@
-23,7
+23,7
@@
NOTE: You must have the Android SDK 'tools/', and 'platforms-tools/' folders in
* Run "ant clean" .
* Run "ant debug" to generate a debuggable version of the ownCkoud app.
* Run "ant clean" .
* Run "ant debug" to generate a debuggable version of the ownCkoud app.
-3. Building with console/maven:
+
##
3. Building with console/maven:
NOTE: You must have mvn in your environment path
NOTE: You must have mvn in your environment path
@@
-35,7
+35,7
@@
NOTE: You must have mvn in your environment path
* "cd ../android"
* Now you can create APK using "mvn package"
* "cd ../android"
* Now you can create APK using "mvn package"
-4. Building with Eclipse:
+
##
4. Building with Eclipse:
NOTE: You must have the Android SDK 'tools/', and 'platforms-tools/' folders in your environment path variable.
NOTE: You must have the Android SDK 'tools/', and 'platforms-tools/' folders in your environment path variable.
@@
-57,7
+57,7
@@
NOTE: You must have the Android SDK 'tools/', and 'platforms-tools/' folders in
NOTE: Even though API level is set to 19, APK also runs on older devices because in AndroidManifest.xml minSdkVersion is set to 8.
NOTE: Even though API level is set to 19, APK also runs on older devices because in AndroidManifest.xml minSdkVersion is set to 8.
-5. Create pull request:
+
##
5. Create pull request:
NOTE: You must sign the [Contributor Agreement][1] before your changes can be accepted!
NOTE: You must sign the [Contributor Agreement][1] before your changes can be accepted!
@@
-71,4
+71,3
@@
NOTE: You must sign the [Contributor Agreement][1] before your changes can be ac
[0]: https://github.com/owncloud/android/blob/master/CONTRIBUTING.md
[1]: http://owncloud.org/about/contributor-agreement/
[0]: https://github.com/owncloud/android/blob/master/CONTRIBUTING.md
[1]: http://owncloud.org/about/contributor-agreement/
-