Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litongjava/unimrcp-deps-1.5.0
unimrcp-deps-1.5.0
https://github.com/litongjava/unimrcp-deps-1.5.0
Last synced: about 1 month ago
JSON representation
unimrcp-deps-1.5.0
- Host: GitHub
- URL: https://github.com/litongjava/unimrcp-deps-1.5.0
- Owner: litongjava
- Created: 2024-05-17T03:43:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T04:22:42.000Z (8 months ago)
- Last Synced: 2024-05-17T05:30:04.519Z (8 months ago)
- Language: C
- Size: 5.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-deps
- Changelog: CHANGES-deps
Awesome Lists containing this project
README
INTRODUCTION
============This package contains 3-rd party libraries and tools required to build the UniMRCP project.
1. APR (Apache Portable Runtime) library
* Description: APR is the base portability library.
* Version: 1.5.2
* Base: http://www.unimrcp.org/dependencies/apr-1.5.2.tar.gz
* Patches: http://www.unimrcp.org/dependencies/apr-1.5.2-patches.tar.gz
* Notes:
In the original distribution of the APR library, which can be downloaded from the location
specified above, operations on memory pools are not thread-safe. Whereas, the version of the
APR library included in this package is patched to make the memory pools thread-safe.2. APR-util (Apache Portable Runtime Utilities) library
* Description: APR-util provides a number of helpful abstractions on top of APR.
* Version: 1.5.4
* Base: http://www.unimrcp.org/dependencies/apr-util-1.5.4.tar.gz
* Patches: http://www.unimrcp.org/dependencies/apr-util-1.5.4-patches.tar.gz3. Sofia-SIP library
* Description: Sofia-SIP is a SIP User-Agent library, compliant with the IETF RFC3261 specification.
* Version: 1.12.11-234-gd74df2e
* Repository: https://github.com/unispeech/sofia-sip
* Notes:
* The version of the Sofia-SIP library included in this package is checked out from the GitHub
repository unispeech/sofia-sip. This is a clone of the Sofia-SIP library maintained for needs of
the UniMRCP project.COMPATIBILITY
=============This package is compatible with UniMRCP 1.0.0 r1725 and above.
INSTALLATION
============1. Extract the package content into a local directory.
2. Run the script ./build-dep-libs.sh and follow the instructions.REFERENCES
==========* http://www.unimrcp.org/downloads/dependencies
* http://www.unimrcp.org/dependencies
* http://apr.apache.org
* http://sofia-sip.sourceforge.net