Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asterisk
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Voice
asterisk
Commits
516ab38d
Commit
516ab38d
authored
7 years ago
by
Jenkins2
Committed by
Gerrit Code Review
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge "install_prereq: Update Debian/Ubuntu libraries."
parents
a01c3711
b9e2b72d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/scripts/install_prereq
+12
-7
12 additions, 7 deletions
contrib/scripts/install_prereq
with
12 additions
and
7 deletions
contrib/scripts/install_prereq
+
12
−
7
View file @
516ab38d
...
...
@@ -21,14 +21,19 @@ usage() {
# Basic build system:
PACKAGES_DEBIAN
=
"build-essential"
# Asterisk: basic requirements:
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
lib
ncurses-dev libz-dev libssl-dev libxml2
-dev libsqlite3-dev uuid-dev
uuid
"
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
lib
edit-dev libjansson
-dev libsqlite3-dev uuid-dev
libxml2-dev
"
# Asterisk: for addons:
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
libcurl-dev libspeex-dev libspeexdsp-dev libogg-dev libvorbis-dev libasound2-dev portaudio19-dev libcurl4-openssl-dev"
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
libpq-dev unixodbc-dev libsqlite0-dev libmysqlclient15-dev libneon27-dev libgmime-dev libusb-dev liblua5.1-0-dev lua5.1"
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
libopenh323-dev libvpb-dev libgtk2.0-dev libmysqlclient-dev libbluetooth-dev libradiusclient-ng-dev freetds-dev"
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
libsnmp-dev libiksemel-dev libcorosync-dev libcpg-dev libcfg-dev libnewt-dev libpopt-dev libical-dev libspandsp-dev libjack-dev"
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
libresample-dev libc-client-dev binutils-dev libsrtp-dev libgsm1-dev libedit-dev doxygen libjansson-dev libldap-dev"
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
subversion git libxslt1-dev automake libsrtp-dev libncurses5-dev python-dev"
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
libspeex-dev libspeexdsp-dev libogg-dev libvorbis-dev libasound2-dev portaudio19-dev libcurl4-openssl-dev xmlstarlet bison flex"
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
libpq-dev unixodbc-dev libneon27-dev libgmime-2.6-dev libusb-dev liblua5.2-dev lua5.2 liburiparser-dev libxslt1-dev libssl-dev"
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
libh323plus-dev libvpb-dev libmysqlclient-dev libbluetooth-dev libradcli-dev freetds-dev libosptk-dev libjack-jackd2-dev"
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
libsnmp-dev libiksemel-dev libcorosync-common-dev libcpg-dev libcfg-dev libnewt-dev libpopt-dev libical-dev libspandsp-dev"
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
libresample1-dev libc-client2007e-dev binutils-dev libsrtp0-dev libsrtp2-dev libgsm1-dev doxygen zlib1g-dev libldap2-dev"
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
libcodec2-dev libfftw3-dev libsndfile1-dev libunbound-dev"
# Asterisk: for the unpackaged below:
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
wget subversion"
# Asterisk: for ./configure --with-pjproject-bundled:
PACKAGES_DEBIAN
=
"
$PACKAGES_DEBIAN
bzip2 patch python-dev"
PACKAGES_RH
=
"automake bzip2 gcc gcc-c++ patch ncurses-devel openssl-devel libxml2-devel unixODBC-devel libcurl-devel libogg-devel libvorbis-devel speex-devel"
PACKAGES_RH
=
"
$PACKAGES_RH
spandsp-devel freetds-devel net-snmp-devel iksemel-devel corosynclib-devel newt-devel popt-devel libtool-ltdl-devel lua-devel"
PACKAGES_RH
=
"
$PACKAGES_RH
sqlite-devel libsqlite3x-devel radiusclient-ng-devel portaudio-devel postgresql-devel libresample-devel neon-devel libical-devel"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment