[Freeswitch-users] How to build from source v1.6?
Michael Jerris
mike at jerris.com
Mon Jan 25 19:59:19 MSK 2016
Also we JUST tagged a 1.6 off the development branch so they should nearly match right now (although not always)
> On Jan 25, 2016, at 9:35 AM, Giovanni Maruzzelli <gmaruzz at gmail.com> wrote:
>
> 1.7 is the development branch, 1.6 the release branch. That is clearly explained in the confluence (wiki) page IIRC.
> -giovanni
>
> Il 25/Gen/2016 13:49, "Grant Bagdasarian" <gb at cm.nl <mailto:gb at cm.nl>> ha scritto:
> To answer my own question:
>
>
>
> I replaced: git clone https://freeswitch.org/stash/scm/fs/freeswitch.git <https://freeswitch.org/stash/scm/fs/freeswitch.git> freeswitch.git
>
>
>
> With: git clone –b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git <https://freeswitch.org/stash/scm/fs/freeswitch.git> freeswitch.git
>
>
>
> Could someone update the wiki?
>
>
>
> From: freeswitch-users-bounces at lists.freeswitch.org <mailto:freeswitch-users-bounces at lists.freeswitch.org> [mailto:freeswitch-users-bounces at lists.freeswitch.org <mailto:freeswitch-users-bounces at lists.freeswitch.org>] On Behalf Of Grant Bagdasarian
> Sent: Monday, January 25, 2016 1:27 PM
> To: FreeSWITCH Users Help (freeswitch-users at lists.freeswitch.org <mailto:freeswitch-users at lists.freeswitch.org>) <freeswitch-users at lists.freeswitch.org <mailto:freeswitch-users at lists.freeswitch.org>>
> Subject: [Freeswitch-users] How to build from source v1.6?
>
>
>
> Hello,
>
>
>
> I’ve followed the steps for building from source, but I noticed 1.7 is installed, instead of 1.6.
>
> https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie <https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie>
>
>
> How do I force 1.6 to be installed when building from source? I need to enable/disable some unused modules, and I can’t find a way to do it when using the “stable branch” steps.
>
>
>
> These are the steps I following (they’re also on the website)
>
>
>
> Dependencies:
>
> apt-get update && apt-get install -y curl
>
> curl https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub <https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub> | apt-key add -
>
>
>
> echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ <http://files.freeswitch.org/repo/deb/freeswitch-1.6/> jessie main" > /etc/apt/sources.list.d/freeswitch.list
>
> apt-get update
>
> apt-get install -y --force-yes freeswitch-video-deps-most
>
>
>
> Compiling:
>
> # because we're in a branch that will go through many rebases it's
>
> # better to set this one, or you'll get CONFLICTS when pulling (update)
>
> git config --global pull.rebase true
>
>
>
> # then let's get the source
>
> cd /usr/src/
>
> git clone https://freeswitch.org/stash/scm/fs/freeswitch.git <https://freeswitch.org/stash/scm/fs/freeswitch.git> freeswitch.git
>
> cd freeswitch.git
>
> ./bootstrap.sh -j
>
> ./configure
>
> make
>
> make install
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160125/30caeae2/attachment-0001.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list