Fixed markup.

This commit is contained in:
Achim D. Brucker 2015-10-15 10:59:12 +02:00
parent c31c7a1c9c
commit 336f17c34e
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ cloning the repository.
### Resolving external dependencies
* Ensure that the environment variable ``ANDROID_HOME'' is set correctly and that
* Ensure that the environment variable ``ANDROID_HOME`` is set correctly and that
the Android SDK has API 19 installed, i.e.,
``${ANDROID_HOME}/platforms/android-19/android.jar'' should be a valid path.
* Install ``apktool_2.0.0.jar'' into your local maven repository:
``${ANDROID_HOME}/platforms/android-19/android.jar`` should be a valid path.
* Install ``apktool_2.0.0.jar`` into your local maven repository:
```
wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.0.0.jar
mvn install:install-file -Dfile=apktool_2.0.0.jar -DgroupId=apktool \
@ -39,7 +39,7 @@ mvn -P wala clean install -DskipTests=true -q
```
After this, all projects can be imported into a fresh Eclipse
workspace using `File -> Import -> Maven -> Existing Maven Projects`:
1. Select the DASCA ``src'' folder as source for the import
1. Select the DASCA ``src`` folder as source for the import
2. Import all offered projects (WALA and DASCA)
While some Wala projects may contain compilation errors, all DASCA
projects (i.e., `eu.aniketos.dasca.*`) should compile without errors.