Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
make setup.sh
# install repository to download.sipfoundry.org if you don't already have sipxecs libs installed
sudo ln -s sipxecs.repo /etc/yum.repos.d/sipxecs.repo
sudo bash -x ./setup.sh

setup.sh will change SELinux configuration file and mark SELinux as disabled. If you had SELinux enabled before this step, you will need to restart your computer before step 5.

Step 4.) Build and install

Building and installing are in one step. Normally you build then install, but because sipxecs is made up of a lot of separate projects, the easiest and safest way for projects to find each other is to install each project along the way. Don't worry, you don't need to be root to install.

...