Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed Apr 4, 2016
1 parent 8380dc5 commit f2d9290
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,9 @@ vagrant init gotev/pjsip-android-builder; vagrant up --provider virtualbox
```
then you can SSH into the VM and build PJSIP:
```
git clone https://github.com/gotev/pjsip-android-builder
cd pjsip-android-builder
sed -i 's/SETUP_PACKAGES=1/SETUP_PACKAGES=0/g' config.conf
sed -i 's/DOWNLOAD_NDK=1/DOWNLOAD_NDK=0/g' config.conf
sed -i 's/DOWNLOAD_SDK=1/DOWNLOAD_SDK=0/g' config.conf
sed -i 's/DOWNLOAD_ANDROID_APIS=1/DOWNLOAD_ANDROID_APIS=0/g' config.conf
sed -i 's/DOWNLOAD_SWIG=1/DOWNLOAD_SWIG=0/g' config.conf
./prepare-build-system; ./build
./build
```

### Build the vagrant box from scratch
```
git clone https://github.com/gotev/pjsip-android-builder
Expand Down

0 comments on commit f2d9290

Please sign in to comment.