mirror of https://github.com/BOINC/boinc.git
8 lines
137 B
Bash
8 lines
137 B
Bash
|
#/bin/sh
|
||
|
#script to compile everything BOINC needs for Android
|
||
|
|
||
|
./build_androidtc.sh
|
||
|
./build_openssl.sh
|
||
|
./build_curl.sh
|
||
|
./build_boinc.sh
|