Difference between revisions of "Capuchin Installation Instructions"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
= Installing Repro Capuchin = | = Installing Repro Capuchin = | ||
+ | <!-- | ||
== Install from binary == | == Install from binary == | ||
Download and install the appropriate binary from the [http://www.sipfoundry.org/pub/repro downloads area] at SIPFoundry. | Download and install the appropriate binary from the [http://www.sipfoundry.org/pub/repro downloads area] at SIPFoundry. | ||
+ | --> | ||
== Install from source == | == Install from source == | ||
− | * Follow the instructions on the [[Quick Subversion Checkout and Compilation HOWTO]] page, substituting https:// | + | * Follow the instructions on the [[Quick Subversion Checkout and Compilation HOWTO]] page, substituting https://svn.resiprocate.org/rep/resiprocate/tags/repro-capuchin-rc1/ for https://svn.resiprocate.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. |
Latest revision as of 23:47, 16 November 2006
Installing Repro Capuchin[edit]
Install from source[edit]
- Follow the instructions on the Quick Subversion Checkout and Compilation HOWTO page, substituting https://svn.resiprocate.org/rep/resiprocate/tags/repro-capuchin-rc1/ for https://svn.resiprocate.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.