Ariya Hidayat 2014-07-28 06:50:41 -07:00
parent 53edf23e8f
commit 13e788f2c1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ before_install:
- sudo apt-get -fyq install #< Fixes inconsistency of packages installed previously
install:
- sudo apt-get -yq install build-essential chrpath libssl-dev libfontconfig1-dev #< Build Dependencies
- sudo apt-get -yq install build-essential chrpath libssl-dev libfontconfig1-dev sqlite3 libsqlite3-dev ruby gperf bison flex libicu48 libicu-dev #< Build Dependencies
before_script:
- chmod +x ./build.sh