Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
jami-project
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
172
Issues
172
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-project
Commits
8cbf7fc2
Commit
8cbf7fc2
authored
Feb 01, 2016
by
Ciro Santilli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install apt-get android dependencies on android compile as well
parent
2582c1c0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
52 additions
and
46 deletions
+52
-46
ubuntu-15.10-android-install-all-devices.sh
ubuntu-15.10-android-install-all-devices.sh
+1
-0
ubuntu-15.10-dependencies.sh
ubuntu-15.10-dependencies.sh
+50
-0
ubuntu-15.10-local-install.sh
ubuntu-15.10-local-install.sh
+1
-46
No files found.
ubuntu-15.10-android-install-all-devices.sh
View file @
8cbf7fc2
#!/usr/bin/env bash
# Build the Android app and install it on all connected devices.
set
-e
./ubuntu-15.10-dependencies.sh
cd
client-android
./compile.sh
# From: http://stackoverflow.com/questions/8610733/how-can-i-adb-install-an-apk-to-multiple-connected-devices
...
...
ubuntu-15.10-dependencies.sh
0 → 100755
View file @
8cbf7fc2
#!/usr/bin/env bash
# All dependencies and development dependencies for all repositories.
sudo
apt-get
install
\
autoconf
\
automake
\
autopoint
\
cmake
\
dbus
\
doxygen
\
g++
\
gettext
\
gnome-icon-theme-symbolic
\
libasound2-dev
\
libavcodec-dev
\
libavcodec-extra
\
libavdevice-dev
\
libavformat-dev
\
libboost-dev
\
libclutter-gtk-1.0-dev
\
libcppunit-dev
\
libdbus-1-dev
\
libdbus-c++-dev
\
libebook1.2-dev
\
libexpat1-dev
\
libgnutls-dev
\
libgsm1-dev
\
libgtk-3-dev
\
libjack-dev
\
libnotify-dev
\
libopus-dev
\
libpcre3-dev
\
libpulse-dev
\
libsamplerate0-dev
\
libsndfile1-dev
\
libspeex-dev
\
libspeexdsp-dev
\
libsrtp-dev
\
libswscale-dev
\
libtool
\
libudev-dev
\
libupnp-dev
\
libyaml-cpp-dev
\
openjdk-7-jdk
\
qtbase5-dev
\
sip-tester
\
swig
\
uuid-dev
\
yasm
ubuntu-15.10-local-install.sh
View file @
8cbf7fc2
...
...
@@ -4,52 +4,7 @@
set
-e
sudo
apt-get
install
\
autoconf
\
automake
\
autopoint
\
cmake
\
dbus
\
doxygen
\
g++
\
gettext
\
gnome-icon-theme-symbolic
\
libasound2-dev
\
libavcodec-dev
\
libavcodec-extra
\
libavdevice-dev
\
libavformat-dev
\
libboost-dev
\
libclutter-gtk-1.0-dev
\
libcppunit-dev
\
libdbus-1-dev
\
libdbus-c++-dev
\
libebook1.2-dev
\
libexpat1-dev
\
libgnutls-dev
\
libgsm1-dev
\
libgtk-3-dev
\
libjack-dev
\
libnotify-dev
\
libopus-dev
\
libpcre3-dev
\
libpulse-dev
\
libsamplerate0-dev
\
libsndfile1-dev
\
libspeex-dev
\
libspeexdsp-dev
\
libsrtp-dev
\
libswscale-dev
\
libtool
\
libudev-dev
\
libupnp-dev
\
libyaml-cpp-dev
\
openjdk-7-jdk
\
qtbase5-dev
\
sip-tester
\
swig
\
uuid-dev
\
yasm
./ubuntu-15.10-dependencies.sh
TOP
=
"
$(
pwd
)
"
INSTALL
=
"
${
TOP
}
/install"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment