We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question 开发者_运维百科My platform is gcc 4.4.3, C89, on Ubuntu 10.4.
I am looking for some tutorials or ebooks for installing and using the Apache portable runtime.
So far, I have only found the links below. I was looking for something with more information. A book text book that explains everything from installing apr, to linking and compiling with your application.
http://apr.apache.org/docs/apr/1.4/index.html
http://dev.ariel-networks.com/apr/apr-tutorial/html/apr-tutorial.html#toc1
Many thanks for any advice,
There are truly not so many ressources out there. Here a few hopefully helpfull ones:
- A short installation tutorial (guess you already know this).
- Writing portable C Code using APR (short slide show)
- Chapter 3 of the book "The Apache Modules Book: Application Development with Apache" refers to APR, first part of it containing chapter 3 can be downloaded here.
- A page with some links to
further ressources related to APR
精彩评论