Added instructions on how to copy dx.jar.

This commit is contained in:
Achim D. Brucker 2015-06-27 21:09:51 +02:00
parent 5dc95ef4c1
commit bbf98578cc
1 changed files with 7 additions and 3 deletions

View File

@ -11,11 +11,15 @@ you either need to recursively clone this repository, e.g.,
```
git clone --recursive https://github.com/DASPA/DASCA.git
```
or execute
or execute ``git submodule update --init --recursive`` after
cloning the repository.
Next, you need to copy ``dx.jar`` from the Android SDK into
the WALA project ``com.ibm.wala.dalvik.test'', e.g.:
```
git submodule update --init --recursive
mkdir -p DASCA/externals/WALA/com.ibm.wala.dalvik.test/lib
cp $ANDROID_HOME/build-tools/20.0.0/lib/dx.jar DASCA/externals/WALA/com.ibm.wala.dalvik.test/lib
```
after cloning the repository.
### How to Compile
First resolve the dependencies using maven and initialise the