- 2015.07.23
- introduction
- The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.
- installation
- APR
- wget http://apache.tt.co.kr//apr/apr-1.5.2.tar.gz
- wget http://www.apache.org/dist/apr/apr-1.5.2.tar.gz.md5
- md5sum -c apr-1.5.2.tar.gz.md5
- gzip -d apr-1.5.2.tar.gz
- tar xvf apr-1.5.2.tar
- ln -s apr-1.5.2 apr
- APR-Util
- wget http://apache.tt.co.kr//apr/apr-util-1.5.4.tar.gz
- wget http://www.apache.org/dist/apr/apr-util-1.5.4.tar.gz.md5
- md5sum -c apr-util-1.5.4.tar.gz.md5
- gzip -d apr-util-1.5.4.tar.gz
- tar xvf apr-util-1.5.4.tar
- ln -s apr-util-1.5.4 apr-util
- APR
- reference
- introduction
Wednesday, July 29, 2015
Apache APR
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.