devel:how-to:install-custom-path
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | devel:how-to:install-custom-path [2012/10/22 08:15] (current) – created miconda | ||
---|---|---|---|
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 / | ||
+ | |||
+ | < | ||
+ | make FLAVOUR=kamailio PREFIX=/ | ||
+ | make all | ||
+ | make install | ||
+ | </ | ||
+ | |||
+ | All installed files will be located in sub-folders of / | ||
+ | * binaries in / | ||
+ | * config files in / | ||
+ | |||
+ | To delete this installation, |
devel/how-to/install-custom-path.txt · Last modified: 2012/10/22 08:15 by miconda