Hey guys! I wanted to add FreeSwitch from the internet on to my NanoBSD build,
This is how you add it on afreebsdFreeBSD system :
How do I add this to my nanobsd.sh file?
Here is my current nanobsd.sh file : http://pastebin.com/USjfJDZE
This is how you add it on a
Code:
pkg install autoconf automake curl git gmake jpeg ldns libedit libtool openssl pcre pkgconf speex sqlite3 wget sudo
mkdir ~/src
cd ~/src
git clone https://freeswitch.org/stash/scm/fs/freeswitch.git
cd freeswitch
./bootstrap.sh -j
./configure
gmake
sudo gmake install cd-sounds-install cd-moh-install
How do I add this to my nanobsd.sh file?
Here is my current nanobsd.sh file : http://pastebin.com/USjfJDZE