On Fri, Nov 20, 2009 at 3:56 AM, Rob Forman wrote:
> Hi David,
>
> Apt was just for getting your dependencies in order. Now you can go about
> the business of compiling and installing Freeswitch. You might start with
> 1.0.4 so you don't have to mess with svn yet.
>
>
> http://wiki.freeswitch.o
er 19, 2009 10:42 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] APT Utility
Ubuntu has pretty good package management with apt-get and should
work well for a beginner. The recommended OS (though FreeSWITCH
runs on a wide variety of platforms) is 64-bit CentOS.
-fansler.com
From: freeswitch-users-boun...@lists.freeswitch.org
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Rob
Forman
Sent: Thursday, November 19, 2009 10:42 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] APT Utility
Ubuntu has pretty good
nt: Wednesday, November 18, 2009 5:53 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] APT Utility
Hi David,
When using Apt, you would install packages with:
apt-get install
Or search for packages with
apt-cache search
If you're not root, you'll need to st
ch-users-boun...@lists.freeswitch.org] On Behalf Of Rob
Forman
Sent: Wednesday, November 18, 2009 5:53 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] APT Utility
Hi David,
When using Apt, you would install packages with:
apt-get install
Or search for packages with
apt
David,
apt is the pack management system for the debian line of distros
(including Ubuntu). Google apt-get or aptitude for more information on
the utility.
This probably isn't the best list for topics not related to FS (apt is a
linux utility) ... but here is a brief rundown:
apt-get install
Hi David,
When using Apt, you would install packages with:
apt-get install
Or search for packages with
apt-cache search
If you're not root, you'll need to stick "sudo " in front of those
command. Honestly, you might want to find a better tutorial with
explicit command-by-command instr
Greetings - I am trying to startup a freeSwitch on a P4 running Ubuntu 9.04
"Jaunty". I know very little about Linux. I decided to try this after
reading the article in Linux Pro Magazine. I have been following the
detailed instructions in the wiki for using Ubuntu Jaunty, however I have
run int