Difference between revisions of "Capuchin Installation Instructions"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
== Install from source == | == Install from source == | ||
− | * Follow the instructions on the [[Quick Subversion Checkout and Compilation HOWTO]] page, substituting https://scm.sipfoundry.org/rep/resiprocate/tags/capuchin for https://scm.sipfoundry.org/rep/resiprocate/main | + | * Follow the instructions on the [[Quick Subversion Checkout and Compilation HOWTO]] page, substituting https://scm.sipfoundry.org/rep/resiprocate/tags/repro-capuchin-rc1/ for https://scm.sipfoundry.org/rep/resiprocate/main |
* cd to tfm and run the [[Repro Sanity Tests|sanityTest]]. Please run with an explicit log-level (e.g. ./sanityTests -v INFO). There is a known bug in sanityTest's command line parsing at version 6030 that will cause some test cases to fail if you run the program with no arguments. | * cd to tfm and run the [[Repro Sanity Tests|sanityTest]]. Please run with an explicit log-level (e.g. ./sanityTests -v INFO). There is a known bug in sanityTest's command line parsing at version 6030 that will cause some test cases to fail if you run the program with no arguments. | ||
* cd repro | * cd repro | ||
* cp repro /path/to/where/you/want/the/executable/to/live | * cp repro /path/to/where/you/want/the/executable/to/live | ||
::Yes, this is ugly. Help us fix it. | ::Yes, this is ugly. Help us fix it. |
Revision as of 11:39, 21 February 2006
Installing Repro Capuchin
Install from binary
Download and install the appropriate binary from the downloads area at SIPFoundry.
Install from source
- Follow the instructions on the Quick Subversion Checkout and Compilation HOWTO page, substituting https://scm.sipfoundry.org/rep/resiprocate/tags/repro-capuchin-rc1/ for https://scm.sipfoundry.org/rep/resiprocate/main
- cd to tfm and run the sanityTest. Please run with an explicit log-level (e.g. ./sanityTests -v INFO). There is a known bug in sanityTest's command line parsing at version 6030 that will cause some test cases to fail if you run the program with no arguments.
- cd repro
- cp repro /path/to/where/you/want/the/executable/to/live
- Yes, this is ugly. Help us fix it.