User Tools

Site Tools


devel:how-to:install-custom-path

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

devel:how-to:install-custom-path [2012/10/22 10:15] (current)
miconda created
Line 1: Line 1:
 +====== How to Install Kamailio in a Custom Path ======
  
 +Working with multiple versions could get complex unless you use different paths for installation.
 +
 +The command line variable PREFIX can be used to specify the root directory where all the files deployed by **make install** will be copied.
 +
 +Assuming you want to install version 3.3. to /usr/local/kamailio-3.3 and you checked out branch 3.3, then run following commands:
 +
 +<code>
 +make FLAVOUR=kamailio PREFIX=/usr/local/kamailio-3.3 cfg
 +make all
 +make install
 +</code>
 +
 +All installed files will be located in sub-folders of /usr/local/kamailio-3.3, for example:
 +  * binaries in /usr/local/kamailio-3.3/sbin
 +  * config files in /usr/local/kamailio-3.3/etc
 +
 +To delete this installation, simply remove /usr/local/kamailio-3.3 directory.
devel/how-to/install-custom-path.txt ยท Last modified: 2012/10/22 10:15 by miconda