Difference between revisions of "Capuchin Installation Instructions"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
::This script will ask you several questions. Each has a default answer in brackets. You can press enter to accept the default. | ::This script will ask you several questions. Each has a default answer in brackets. You can press enter to accept the default. | ||
* make | * make | ||
− | + | * cd repro | |
− | + | * cp repro /path/to/where/you/want/the/executable/to/live | |
+ | ::Yes, this is ugly. Help us fix it. |
Revision as of 16:18, 16 February 2006
Installing Repro Capuchin
Install from binary
Install from source
- Obtain a subversion 1.1 client
- svn co https://scm.sipfoundry.org/rep/resiprocate/capuchin
- ./configure
- This script will ask you several questions. Each has a default answer in brackets. You can press enter to accept the default.
- make
- cd repro
- cp repro /path/to/where/you/want/the/executable/to/live
- Yes, this is ugly. Help us fix it.